{% extends "page.html" %} {% block title %}{{ _('Groups of Datasets') }} - {{ super() }}{% endblock %} {% block breadcrumb_content %}
  • {% link_for _('Groups'), controller='group', action='index' %}
  • {% endblock %} {% block actions_content %}
  • {% link_for _('Add Group'), controller='group', action='new', class_='btn', icon='plus' %}
  • {% endblock %} {% block primary_content %}

    {{ _('Groups') }}

    {% snippet "group/snippets/group_list.html", groups=c.page.items %}
    {{ c.page.pager() }}
    {% endblock %} {% block secondary_content %}

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

    {% trans %}

    Whilst tags are great at collecting datasets together, there are occasions when you want to restrict users from editing a collection.

    A group can be set-up to specify which users have permission to add or remove datasets from it.

    {% endtrans %}
    {% endblock %}