{% extends "page.html" %} {% block subtitle %}{{ _('Organizations') }}{% endblock %} {% block breadcrumb_content %}
  • {% link_for _('Organizations'), controller='organization', action='index' %}
  • {% endblock %} {% block add_action_content %} {% if h.check_access('organization_create') %} {% link_for _('Add Organization'), controller='organization', action='new', class_='btn btn-primary', icon='plus-sign-alt' %} {% endif %} {% endblock %} {% block primary_content %}

    {{ _('Organizations') }}

    {% if c.page.items or request.params %} {% snippet "organization/snippets/organization_list.html", organizations=c.page.items %} {% else %}

    {{ _('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 %}
    {{ c.page.pager() }}
    {% endblock %} {% block secondary_content %}

    {{ _('What are Organizations?') }}

    {% trans %}

    Organizations act like publishing departments for datasets (for example, the Department of Health). This means that datasets can be published by and belong to a department instead of an individual user.

    Within organizations, admins can assign roles and authorisation its members, giving individual users the right to publish datasets from that particular organisation (e.g. Office of National Statistics).

    {% endtrans %}
    {% endblock %}