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

{{Title}}

{% endif %} {% for Event in Event_Row_On_List %} {% if Event_elements_equal_height %}
{% else %}
{% endif %} {% if Event.Sticky_image_HTML_tag %} {% endif %}
{{Event.Event_Dates}} {% 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 %}
{{'_NO_EVENTS_TO_DISPLAY'|trans}}
{% endif %}