{% for step in steps %}
{{ step.number | default(loop.index) }}
{{ step.title }}
{% if step.description %}
{{ step.description }}
{% endif %}
{% if not loop.last %}
{% endif %} {% endfor %}