{{ back_to_calendar | raw }}
{% if ticket_url is not empty %} {{ tickets_url_label }} {% endif %} {% if show_subscribe_buttons %} {% include 'subscribe-buttons.twig' with { 'export_url': subscribe_url, 'export_url_no_html': subscribe_url_no_html, 'subscribe_label': text_add_calendar, 'text': subscribe_buttons_text, } %} {% endif %}
{% if extra_buttons %} {{ extra_buttons | raw }} {% endif %}
{% if map is empty %} {% set col1 = 'ai1ec-col-sm-3' %} {% set col2 = 'ai1ec-col-sm-9' %}
{% else %} {% set col1 = 'ai1ec-col-sm-4 ai1ec-col-md-5' %} {% set col2 = 'ai1ec-col-sm-8 ai1ec-col-md-7' %}
{{ map | raw }}
{% 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 %}
{{ text_contact }}
{{ contact | raw }}
{% endif %} {% if categories is not empty %}
{{ categories | raw }}
{% endif %} {% if tags is not empty %}
{{ tags | raw }}
{% 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 %}
{# /.ai1ec-event-details #} {% else %}
{# /.ai1ec-col-sm-7 #}
{# /.ai1ec-event-details.ai1ec-row #} {% endif %} {% if not hide_featured_image %} {% if content_img_url is empty %} {{ event | avatar( [ 'post_thumbnail', 'location_avatar', 'category_avatar' ], 'timely alignleft', false ) | raw }} {% endif %} {% endif %}