{% 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?'), controller='group', action='new' %}. {% endif %}
{% endif %} {% endblock %} {% block page_pagination %} {{ c.page.pager(q=c.q or '', sort=c.sort_by_selected or '') }} {% endblock %} {% endblock %}