{% extends "package/read_base.html" %} {% import 'macros/form.html' as form %} {% set default_group_type = h.default_group_type('group') %} {% block primary_content_inner %}

{{ h.humanize_entity_type('group', default_group_type, 'page title') or _('Groups') }}

{% if group_dropdown %}
{{ h.csrf_input() }}
{% endif %} {% if pkg_dict.groups %}
{{ h.csrf_input() }} {% snippet 'group/snippets/group_list.html', groups=pkg_dict.groups %}
{% else %}

{{ h.humanize_entity_type('group', default_group_type, 'no associated label') or _('There are no groups associated with this dataset') }}

{% endif %} {% endblock %}