{% extends "page.html" %} {% block subtitle %}{{ _('Groups') }}{% endblock %} {% block breadcrumb_content %} {% link_for _('Groups'), controller='group', action='index' %} {% endblock %} {% block page_header %}{% endblock %} {% block page_primary_action %} {% if h.check_access('group_create') %} {% link_for _('Add Group'), controller='group', action='new', class_='btn btn-primary', icon='plus-sign-alt' %} {% endif %} {% endblock %} {% block primary_content_inner %}
{{ _('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() }} {% endblock %} {% endblock %} {% block secondary_content %} {% snippet "group/snippets/helper.html" %} {% endblock %}