{{ navigation | raw }} {% for date, day in cell_array %} {% endfor %} {% for day in cell_array %} {% endfor %} {# day in cell_array #} {% for day in cell_array %} {% endfor %} {# day in cell_array #}
{# Display Reveal button in last cell only #} {% if show_reveal_button and loop.last %}
{% endif %} {{ day.day }} {{ day.weekday }}
{% 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 %}
{{ 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 event.edit_post_link %} {{ text_edit }} {% endif %}
{{ event.popup_timespan | raw }}
{{ event.avatar_not_wrapped | raw }} {{ action_buttons | raw }} {% if event.post_excerpt %}
{{ event.post_excerpt | raw }}
{% endif %}
{% endfor %} {# event in day.allday #}
{% if loop.first %}
{% for h, hour in hours %}
{{ hour | raw }}
{% for quarter in 1..3 %}
{% endfor %} {% endfor %} {% if day.today or show_now %}
{{ text_now_label }} {{ now_text }}
{% endif %}
{% endif %}
{% 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 %}
{{ 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 }} {{ action_buttons | raw }} {% if event.post_excerpt %}
{{ event.post_excerpt | raw }}
{% endif %}
{% endfor %} {# dayarray in day.notallday #}
{{ pagination_links | raw }}