{% ckan_extends %} {% block resource_actions_inner %} {{ super() }} {% if res.datastore_active %}
  • {% snippet 'package/snippets/data_api_button.html', resource=res %}
  • {% endif %} {% endblock %} {% block resource_additional_information_inner %} {% if res.datastore_active %} {% block resource_data_dictionary %}

    {{ _('Data Dictionary') }}

    {% block resouce_data_dictionary_headers %} {% endblock %} {% block resource_data_dictionary_data %} {% set dict=h.datastore_dictionary(res.id) %} {% for field in dict %} {% snippet "package/snippets/dictionary_table.html", field=field %} {% endfor %} {% endblock %}
    {{ _('Column') }} {{ _('Type') }} {{ _('Label') }} {{ _('Description') }}
    {% endblock %} {% endif %} {{ super() }} {% endblock %}