{% if Event_Details %}
{% if show_title %} <{{title_tags|e}}>{{title}} {% endif %}

{{dates_range}}

{% if timezone_label %}
{{"Event timezone:"|trans}} {{timezone_label|e}}
{% endif %}
{% for day in Event_On_Weekday_Details %}
{{day.weekday}}: {{day.time}}
{% endfor %}
{% if stop_dates %}
{{"Does not run:"|trans}} {{stop_dates}}
{% endif %} {% if Online_Text %}
{{Online_Text|trans}}
{% endif %} {% if Address_Text %}
{% if At_Location_Text %} {{At_Location_Text|e}} {% endif %} {{Address_Text|e}}
{% endif %} {% if More_Info_Url %}
{{"For more info, click here"|trans}}
{% endif %}
{% endif %}