{% 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 %} {% set ddict=h.datastore_dictionary(res.id) %}

    {{ _('Data Dictionary') }}

    {% for f in ddict %} {% endfor %}
    {{ _('Column') }} {{ _('Type') }} {{ _('Label') }} {{ _('Description') }}
    {{ f.id }} {{ f.type }} {{ h.get_translated(f.get('info', {}), 'label') }} {{ h.render_markdown( h.get_translated(f.get('info', {}), 'notes')) }}
    {% endif %} {{ super() }} {% endblock %}