{{ navigation | raw }}
|
{# Display Reveal button in last cell only #}
{% if show_reveal_button and loop.last %}
|
{% endfor %}
|---|
|
{% if loop.first %}
{{ text_all_day }}
{% endif %}
{% for event in day.allday %}
{{ event.filtered_title | raw }}
{% if show_location_in_title and event.venue %}
{{ text_venue_separator | format( event.venue ) }}
{% endif %}
{% endfor %} {# event in day.allday #}
|
{% endfor %} {# day in cell_array #}
|
{% if loop.first %}
{% for h, hour in hours %}
{% endif %}
{{ hour | raw }}
{{ text_now_label }} {{ now_text }}
{% for day_array in day.notallday %}
{% set event = day_array.event %}
{% if event.start_truncated %}
◤
{% endif %}
{% if event.end_truncated %}
◢
{% endif %}
{{ event.short_start_time }}
{{ event.filtered_title | raw }}
{% if show_location_in_title and event.venue %}
{{ text_venue_separator | format( event.venue ) }}
{% endif %}
{% endfor %} {# dayarray in day.notallday #}
|
{% endfor %} {# day in cell_array #}