{% 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') }}.
{% 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 %}