{% extends "page.html" %} {% block subtitle %}{{ h.humanize_entity_type('group', group_type, 'page title') or _('Groups') }}{% endblock %} {% block breadcrumb_content %}
{{ h.humanize_entity_type('group', group_type, 'no any objects') or _('There are currently no groups for this site') }}. {% if h.check_access('group_create') %} {% link_for _('How about creating one?'), named_route=group_type+'.new' %}. {% endif %}
{% endif %} {% endblock %} {% block page_pagination %} {{ page.pager(q=q or '', sort=sort_by_selected or '') }} {% endblock %} {% endblock %} {% block secondary_content %} {% snippet "group/snippets/helper.html", group_type=group_type %} {% endblock %}