{% for step in stepper %}
{% if step.state == 'done' %} {% else %} {{ step.index }} {% endif %} {{ step.label }}
{% endfor %}