{# '.status-bar__item--is-complete' needs to be added to each 'complete' step #} {# '.status-bar__item--is-current' needs to be added to the current step #} {% for phase in workflow %}
{% endfor %}
{% for phase in workflow %} {% if phase == status %}
{{ phase.name }}
{% endif %} {% endfor %}