{% extends "page.html" %} {% block subtitle %}{{ h.humanize_entity_type('organization', group_type, 'page title') or _('Organizations') }}{% endblock %} {% block breadcrumb_content %}
{{ _('There are currently no organizations for this site') }}. {% if h.check_access('organization_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 "organization/snippets/helper.html", group_type=group_type %} {% endblock %}