{% 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 %}