{# Widget « Étapes / Processus » — « Comment ça marche » en étapes numérotées. #}
{% for step in steps %}
{% if showNumbers %} {{ loop.index }} {% else %} {% endif %} {% if not loop.last %}{% endif %}
{% if step.title|default('') %}

{{ step.title }}

{% endif %} {% if step.description|default('') %}

{{ step.description }}

{% endif %}
{% endfor %}