{{ _('Timeline') }}

{% if tasks %}
{% for task in tasks %} {% set task_start_month = task.start_month|default(start_date_month|default(1))|int %} {% set task_start_year = task.start_year|default(start_date_year|default(2025))|int %}
{{ task.name }}
{% if task.id in task_budgets %} {% endif %} {% endfor %}
{{ _('Click "Update Timeline" to generate the chart.') }}
{% else %}

{{ _('No tasks available.') }} {{ _('Add tasks in the Scope section first.') }}

{% endif %}