{% load i18n crispy_forms_tags %} {% comment %} Step form partial. HTMX swaps this whole block into #wizard-body. The stepper is re-included at the top so visited/active states update in lock-step with the form below. {% endcomment %} {% include "conjunto/wizard/_stepper.html" %}
{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %} {{ form|crispy }}
{% if prev_step %} {% endif %}
{% if is_final %} {% else %} {% endif %}