{% extends "package/read_base.html" %} {% import 'macros/form.html' as form %} {% block primary_content_inner %}

{{ _('Groups') }}

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

{{ _('There are no groups associated with this dataset') }}

{% endif %} {% endblock %}