{% extends "page.html" %} {% block subtitle %}{{ _('Groups') }}{% endblock %} {% block breadcrumb_content %}
{{ _('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" %} {% endblock %}