{% if Events_List %} {% if Event_elements_equal_height %}
{% else %}
{% endif %} {% if Title %}

{{Title}}

{% endif %} {% for Event in Event_Row_On_List %} {% if Event.start_year_label and Event.start_month_label %} {% if YearCurrentLabel is not defined or YearCurrentLabel != Event.start_year_label %} {% set YearCurrentLabel = Event.start_year_label %}
{{YearCurrentLabel|e}}
{% endif %} {% if MonthCurrentLabel is not defined or MonthCurrentLabel != Event.start_month_label %} {% set MonthCurrentLabel = Event.start_month_label %}
{{MonthCurrentLabel|e}}
{% endif %} {% endif %} {% if Event_elements_equal_height %}
{% else %}
{% endif %} {% if Event.Sticky_image_HTML_tag %} {% endif %}
{{Event.Event_Dates}}{% if Event.Event_Timezone %}, {{Event.Event_Timezone}}{% endif %} {% if Event.Event_location_name %} {{Event.Event_location_name}} {% endif %} {% if Event.Event_location_city %} {{Event.Event_location_city}} {% endif %} {% if Event.Event_location_country %} {{Event.Event_location_country}} {% endif %} {{Event.Event_Description}} {% if Show_Category and Event.Category %} {% if Event.Category_Landing_Page_Link %} {% endif %}
{{Event.Category|e}}
{% if Event.Category_Landing_Page_Link %}
{% endif %} {% endif %} {{'more...'|trans}}
{% endfor %}
{{Pagination}} {% elseif No_Events %} {% if Title %}

{{Title}}

{% endif %}
{{'There are no events to show.'|trans}}
{% endif %}