{% ckan_extends %} {#% block stages %} {{ super() }}
  • {% if s2 != 'complete' %} {{ _('Add data dictionary') }} {% else %} {% if s1 == 'active' %} {# stage 1 } {% else %} {% link_for _('Add data dictionary'), controller='package', action='new', class_="highlight" %} {% endif %} {% endif %}
  • {% endblock %#} {% block save_button %} {{ super() }} {% if stage %} {% block add_data_dict_button %} {% endblock %} {% endif %} {% endblock %}