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

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

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

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