{# Step circles + connectors. Driven by wizard_steps, so any number of steps works. #}
{% for s in wizard_steps %} {% if not loop.first %}
{% endif %}
{{ s.index }}
{{ s.label }}
{% endfor %}