{% extends "ishtar/wizard/default_wizard.html" %} {% load i18n range table_form %} {% block wizard_form %}
{% csrf_token %}
{{ wizard.form.media }} {{ wizard.management_form }}
{{wizard.form.in_charge.errors}}{{wizard.form.in_charge|safe}}
{{wizard.form.related_file|safe}}
{{wizard.form.comment|safe}}
: {{wizard.form.end_date|safe}}
{{wizard.form.instruction_deadline.errors}}{{wizard.form.instruction_deadline|safe}}
{{wizard.form.numeric_reference.errors}}SRA {{wizard.form.year|safe}} - {{wizard.form.numeric_reference|safe}}
{{ previous_fields|safe }}
{% if next_steps %}{% endif %}
{% endblock %}