{% ckan_extends %} {% block resource_item_explore_inner %} {{ super() }} {% if res.datastore_active %}
  • {% link_for _('Data Dictionary'), named_route='datastore.dictionary', id=pkg.name, resource_id=res.id, class_='dropdown-item', icon='code' %}
  • {% endif %} {% endblock %}