{% extends "page.html" %} {% block subtitle %}{{ _('Groups of Datasets') }}{% endblock %} {% block breadcrumb_content %}
  • {% link_for _('Groups'), controller='group', action='index' %}
  • {% endblock %} {% block add_action_content %} {% 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 %}

    {{ _('Groups') }}

    {% if c.page.items or request.params %} {% snippet "group/snippets/group_list.html", groups=c.page.items %} {% else %}

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

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

    {% trans %}

    Groups allow you to group together datasets under a community (for example, Civil Liberty data) or topic (e.g. Transport, Health, Environment) to make it easier for users to browse datasets by theme. Datasets can be part of a group, but do not belong to the group for editing or authorisation purposes.

    {% endtrans %}
    {% endblock %}