{% if sc_timeline.title and sc_timeline.title != '' %}
{{sc_timeline.title}}
{% endif %}
{% if sc_timeline.main_image.image and sc_timeline.main_image.image != '' %}
{% endif %}
{% for item in sc_timeline.timeline_items %}
{% include "./sc_timeline-item.html" %}
{% endfor %}
{% if sc_timeline.show_disclaimer == 'true' %}
{{global.disclaimer}}
{% endif %}