{% extends "page.html" %} {% block subtitle %}{{ _('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?'), controller='organization', action='new' %}. {% endif %}
{% endif %} {% endblock %} {% block page_pagination %} {{ c.page.pager() }} {% endblock %} {% endblock %} {% block secondary_content %} {% snippet "organization/snippets/helper.html" %} {% endblock %}