{% if model.timeline.start %}

{{ model.timeline.start }} → {{ model.timeline.end }}

{% endif %} {% if model.timeline.rows %}
{% for item in model.timeline.rows %} {% endfor %}
{% else %}

Add start or due dates to tasks to populate the timeline.

{% endif %}