{% endif %}
{{ text_when }}
{{ event | timespan | raw }}
{% if timezone_info.show_timezone %}
{% if timezone_info.using_calendar_tz %}
{{ timezone_info.calendar_timezone }}
{% else %}
{{ timezone_info.event_timezone }}
{% endif %}
{% endif %}
{% include 'recurrence.twig' %}
{{ start }}
{{ end }}
{% if location is not empty %}
{{ text_where }}
{{ location | raw }}
{% endif %}
{% if ( cost is not empty or event.is_free ) and tickets_block is empty %}
{{ text_cost }}
{{ event.is_free ? text_free : cost }}
{% endif %}
{% if tickets_block is not empty %}
{{ text_tickets }}
{{ tickets_block | raw }}
{# / .timely-cost-row #}
{% endif %}
{% if contact is not empty %}
{% endif %}
{% if categories is not empty %}
{% endif %}
{% if tags is not empty %}
{% endif %}
{% if filter_groups is not empty %}
{% for filter_group in filter_groups %}
{{ filter_group.html_value | raw }}
{% endfor %}
{% endif %}
{% if filter_groups is not empty %}
{% for filter_group in filter_groups %}
{{ filter_group.html_value | raw }}
{% endfor %}
{% endif %}
{% if map is empty %}