{% use 'Resources/views/FormFlow/stepList_blocks.html.twig' %} {%- if flow.getStepLabels() is not empty -%}
{% for stepLabel in flow.getStepLabels() %} {%- if craue_isStepLinkable(flow, loop.index) -%} {{- block('craue_flow_stepLabel') -}} {%- else -%} {{ block('craue_flow_stepLabel') }} {%- endif -%} {% endfor %}
{%- endif -%}