{% for step, status in stepStatus %} {% set stepNum = loop.index %}
  • {% if status == 'enabled' %} Schritt {{ stepNum }} {% else %} Schritt {{ stepNum }} {% endif %}
  • {% endfor %}