{% load i18n %}
{% csrf_token %}
{{ step_title }} {% if step_description %} {{ step_description }} {% endif %}
{{ step_index|add:1 }} / {{ wizard_total_steps }}
{% if wizard_has_data %} {% endif %} {% if step_index > 0 %} {% endif %}
{% if wizard_error %}
{% if wizard_error.title %}

{{ wizard_error.title }}

{% endif %}

{{ wizard_error.message }}

{% endif %}
{% if step_template_name %} {% include step_template_name %} {% endif %}