{{ navigation | raw }}
| {{ weekday }} | {% endfor %}|
|---|---|
|
{# This div is needed for laying out multi-day event bars. #}
{% if not added_stretcher %}
{% set added_stretcher = true %}
{% endif %}
{% for event in day.events %}
{{ event.filtered_title | raw }}
{% if not event.is_allday %}
{{ event.short_start_time }}
{% endif %}
{% if event.category_colors %}
{% endfor %}
{{ 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 %}
|
{% else %} {# day.date is not empty #}
{% endif %} {# day.date is not empty #} {% endfor %} {# day in week #} |