{% set category_colors = event.get_runtime( 'category_colors' ) %}
{% if category_colors is not empty %}
{{ category_colors | raw }}
{% 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 %}
{% endif %}