{% load i18n %}

Step {{ wizard.steps.step1 }} of {{ wizard.steps.count }}

{{ description }}

{# Add "Select all" checkboxes for the classification selections step #} {% if wizard.steps.current == "classifications" %}

{% elif wizard.steps.current == "features" %}

{% endif %}
{% csrf_token %} {{ wizard.management_form }} {% if wizard.form.forms %} {{ wizard.form.management_form }} {% for form in wizard.form.forms %} {{ form.as_p }} {% endfor %} {% else %} {{ wizard.form.as_p }} {% endif %} {% if wizard.steps.current == "features" %} {# Add extra div for feature selection on 'features' step #} {% comment %}
{% for fs in formsets %} {{ fs.formset }}
{% endfor %}
{% endcomment %} {% endif %}

{% if wizard.steps.prev %} {% endif %} {% if wizard.steps.step1 == wizard.steps.count %} {% else %} {% endif %}