{% extends "conjunto/app_base.html" %} {% load i18n %} {% block content %}
{% comment %} The stepper lives inside #wizard-body (rendered by _step_form.html) so it is swapped in lock-step on HTMX navigation. It must NOT also be included here: on a full-page load that renders it twice, and an outer copy would go stale on every partial swap. {% endcomment %}
{% include "conjunto/wizard/_step_form.html" %}
{% endblock %}