{{ 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 %}
{% if event.category_colors %}
{% endfor %} {# event in day.allday #}
{{ event.category_colors | raw }}
{% endif %}
{{ event.filtered_title | raw }}
{% if show_location_in_title and event.venue %}
{{ text_venue_separator | format( event.venue ) }}
{% endif %}
{% if is_ticket_button_enabled and event.ticket_url %}
{{ event.ticket_url_label }}
{% endif %}
{% if event.edit_post_link %}
{{ text_edit }}
{% endif %}
{{ event.popup_timespan | raw }}
{{ event.avatar_not_wrapped | raw }}
{% if event.post_excerpt %}
{{ event.post_excerpt | raw }}
{% endif %}
|
{% 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 %}
{% if event.category_colors %}
{% endfor %} {# dayarray in day.notallday #}
{{ event.category_colors | raw }}
{% endif %}
{{ event.filtered_title | raw }}
{% if show_location_in_title and event.venue %}
{{ text_venue_separator | format( event.venue ) }}
{% endif %}
{% if is_ticket_button_enabled and event.ticket_url %}
{{ event.ticket_url_label }}
{% endif %}
{% if event.edit_post_link %}
{{ text_edit }}
{% endif %}
{{ event.popup_timespan | raw }}
{{ event.avatar_not_wrapped | raw }}
{% if event.post_excerpt %}
{{ event.post_excerpt | raw }}
{% endif %}
|
{% endfor %} {# day in cell_array #}