{##}
{% set isToday = structure.getToday.format('Y-m-d') == day.date %}
{% set specialDay = structure.getSpecialDay(day.date) %}
{% set indexDepth = {0: '', 1: 'pl-2', 2: 'pl-4', 3: 'pl-6', 4: 'pl-8'} %}
{% set column = structure.getColumn(day.date) %}
{% if specialDay.type == 'School Closure' %}
{{ __('School Closed') }}
{{ specialDay.name }}
{% else %}
{% set lastTimeEnd = structure.getStartTime %}
{% for item in column %}
{% set firstItem = loop.first %}
{% if lastTimeEnd is not empty and item.timeStart != lastTimeEnd %}