{{ 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 %}
{{ timezone_info.event_timezone }}
{% 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 %}
{{ text_cost }}
{{ event.is_free ? text_free : cost }}
{% endif %}
{% if contact is not empty %}
{% endif %}
{% if categories is not empty %}
{% endif %}
{% if tags is not empty %}
{% 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 %}