{% extends "admin/base_site.html" %} {% load i18n admin_urls static admin_modify %} {% block extrahead %}{{ block.super }} {{ form.media }} {% endblock %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block coltype %}colM{% endblock %} {% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} change-form{% endblock %} {% if not is_popup %} {% block breadcrumbs %} {% endblock %} {% endif %} {% block content %}
{% block object-tools %} {% if change %}{% if not is_popup %} {% endif %}{% endif %} {% endblock %}
{% csrf_token %}{% block form_top %}{% endblock %}
{% if is_popup %}{% endif %} {% if to_field %}{% endif %} {% if save_on_top %}{% block submit_buttons_top %}{% submit_row %}{% endblock %}{% endif %} {% if form.non_field_errors %}

{% if form.non_field_errors|length == 1 %}{% trans "Please correct the error below." %}{% else %}{% trans "Please correct the errors below." %}{% endif %}

{{ form.non_field_errors }} {% endif %} {% block field_sets %}

Step {{ current_step }} of {{ total_steps }}

{% if selected_gateway %}
{{ selected_gateway }}
{% endif %} {% if selected_type %}
{{ selected_type }}
{% endif %} {% if error %}
  • {{ error }}
{% endif %} {% for field in form %} {% include "admin/wizard/field.html" %} {% endfor %}
{% endblock %} {% block submit_buttons_bottom %}
Cancel
{% endblock %} {% block admin_change_form_document_ready %} {% endblock %} {# JavaScript for prepopulated fields #} {% prepopulated_fields_js %}
{% endblock %}