Browse by {{_('Organizations')}}

{% for index in range(0,organizations|length) %} {% set offset = 5 %} {% set organization = organizations[index] %} {% if index % offset == 0 %} {% endif %} {% if (index+offset+1) % offset == 0 %} {% endif %} {% endfor %}
{% set url = h.url_for(type ~ '_read', action='read', id=organization['name']) %} {{ organization['name'] }}

{{ organization['display_name'] }} ({{organization['package_count']}})

See All {{_('Organizations')}}