{% extends "package/resource_edit_base.html" %} {% import 'macros/form.html' as form %} {% block subtitle %}{{ h.dataset_display_name(pkg) }} - {{ h.resource_display_name(res) }}{% endblock %} {% block primary_content_inner %} {% set action = h.url_for( controller='ckanext.datastore.controller:DatastoreController', action='dictionary', id=pkg.name, resource_id=res.id) %}
{% block dictionary_form %} {% for field in fields %} {% snippet "datastore/snippets/dictionary_form.html", field=field, position=loop.index %} {% endfor %} {% endblock %}
{% endblock %}