{% if holiday %}

{% include "chronos/partials/holiday.html" with holiday=holiday %}

{% else %} {% for row in timetable %}
{% if row.type == "period" %} {% include "chronos/partials/period_time.html" with period=row.period periods=periods %} {% endif %}
{% if row.type == "period" %} {% include "chronos/partials/elements.html" with elements=row.col %} {% else %} {% include "chronos/partials/supervision.html" with supervision=row.col %} {% endif %}
{% endfor %} {% endif %}