{# ── Header ── #}
Governor by Simple Machines First-run Setup
{# ── Progress stepper ── #} {% if current_step is defined and current_step <= 6 %}
{% for i in range(1, 7) %} {% set label = step_labels[i - 1] %} {# ── Circle ── #} {% if i < current_step %} {# completed #}
{% elif i == current_step %} {# active #}
{{ i }}
{% else %} {# pending #}
{{ i }}
{% endif %} {# ── Connector line ── #} {% if not loop.last %} {% endif %} {% endfor %}
{% endif %} {# ── Main content ── #}
{% block content %}{% endblock %}
{# ── Submit spinner script (applies to all wizard forms) ── #}