{% 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, 'no associated label') or _('There are no groups associated with this dataset') }}
{% endif %} {% endblock %}