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