{% 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. Context: step_items, current_step, prev_step, is_first, is_final step_title, step_description informational — no form, just a Next/Start button optional — show a "Skip" button form — None for informational steps {% endcomment %} {% include "conjunto/wizard/_stepper.html" %} {% if step_title %}
{{ step_description }}
{% endif %} {% if informational %} {% else %} {% endif %}