{% import 'macros/form.html' as form %} {% set action = g.form_action or '' %} {# This provides a full page that renders a form for adding a dataset. It can then itself be extended to add/remove blocks of functionality. #} {% block stages %} {{ h.snippet('package/snippets/stages.html', stages=stage) }} {% endblock %} {# pkg_name used in 3 stage edit #} {% block errors %}{{ form.errors(error_summary) }}{% endblock %} {% block basic_fields %}
Contributors

{% endblock %} {% block form_actions %}
{% endblock %}