{{ header_text }} {{ wizard.form.media }}

{% if upload_go_ahead %}

{% blocktrans with step=wizard.steps.step1 count=wizard.steps.count %}Step {{step}} of {{count}}{% endblocktrans %} {% if description %}- {{ description }}{% endif %}

{% block form_alert %} {% endblock form_alert %}
{% csrf_token %} {% load crispy_forms_tags %} {% block form_buttons_top %} {% endblock form_buttons_top %} {{ wizard.management_form }} {% block form_content %} {% crispy wizard.form %} {% endblock form_content %}
{% block form_buttons_bottom %} {% if wizard.steps.prev %} {% endif %}
{% endblock form_buttons_bottom %} {% else %} {% endif %}