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

{{ _('Groups') }}

{% if c.group_dropdown %}
{% endif %} {% if c.pkg_dict.groups %}
{% snippet 'group/snippets/group_list.html', groups=c.pkg_dict.groups %}
{% else %} {% endif %} {% if c.pkg_data_dictionary %} {% if c.pkg_data_dictionary %} {% for dictVal in c.pkg_data_dictionary %} {% if dictVal['package_id'] != ''%} {% endif %} {% endfor %} {% endif %}
Field Name Title Format Description
{{dictVal['field_name']}} {{dictVal['title']}} {{dictVal['format']}} {{dictVal['description']}}
{% else %}

{{ _('There is no data dictionary available for this dataset') }}

{% endif %} {% endblock %}