{% set category_colors = event.get_runtime( 'category_colors' ) %} {% if category_colors is not empty %}
{{ category_colors | raw }}
{% endif %} {{ event.filtered_title | truncate | raw }} {% if show_location_in_title and event.venue is not empty %} {{ text_venue_separator | format( event.venue ) }} {% endif %} {% if is_ticket_button_enabled and event.ticket_url is not empty %} {{ event.ticket_url_label }} {% endif %} {% if event.edit_post_link is not empty %} {{ text_edit }} {% endif %}
{% if popup_timespan is empty %} {{ event.timespan_short | raw }} {% else %} {{ popup_timespan | raw }} {% endif %}
{% if event.avatar_not_wrapped is not empty %} {{ event.avatar_not_wrapped | raw }} {% endif %} {% if event.post_excerpt is not empty %}
{{ event.post_excerpt | raw }}
{% endif %}