{% extends "admin/base_site.html" %}{% load i18n static %} {% block nav-breadcrumbs %} {% endblock nav-breadcrumbs %} {% block content %}

{{ step_header }}

{% block instructions %} {% endblock instructions %}
{% csrf_token %} {{ wizard.management_form }} {% block form_content %} {% if wizard.form.forms %} {{ wizard.form.management_form }} {% for form in wizard.form.forms %} {{ form.as_table }} {% endfor %} {% else %} {{ wizard.form.as_table }} {% endif %}
{% endblock form_content %} {% block buttons %} {# {% if wizard.steps.prev %} #} {# #} {# #} {# #} {# #} {# {% endif %} #} {% endblock buttons %}
{% endblock content %}