{% for step in steps %}
{{ step.phase }}
{{ step.title }}
{% if step.image %} {{ step.title }} {% endif %} {% if step.description %}
{{ step.description }}
{% endif %}
{% if not loop.last %}
{% endif %} {% endfor %}