{% load i18n %}
Step {{ wizard.steps.step1 }} of {{ wizard.steps.count }}
{{ description|safe }}
{% if wizard.steps.prev %} {% trans "first step" %} {% trans "prev step" %} {% endif %} {% if wizard.steps.step1 == wizard.steps.count %} {% else %} {% endif %}