{# timeline override — numbered Swiss rail (mirrors engagement_process). #}
{% if heading %}

{{ heading }}

{% endif %} {% if intro %}

{{ intro }}

{% endif %} {% if steps %}
{% for step in steps %}
{{ forloop.Counter }}{% if not forloop.Last %}{% endif %}
{% if step.label %}

{{ step.label }}

{% endif %}{% if step.title %}

{{ step.title }}

{% endif %}{% if step.text %}

{{ step.text }}

{% endif %}{% if step.media %}
{% img step.media alt=step.title class="lcars-timeline-media" %}
{% endif %}
{% endfor %}
{% else %}

No steps configured.

{% endif %}