{% set titleTags = this.setting('title_tags') ?: 'h2' | escape %} {% set locNameTags = this.setting('loc_name_tags') ?: 'h2' | escape %}
{% if Title %}
<{{titleTags}}>{{Title}}
{% endif %} {% for location_row in Location_Row_On_List %}
{% if Show_Featured_Image %}
{% if location_row.Default_Image_No_Link %}
{% endif %} {% if location_row.Default_Image_With_Link %}
{% endif %} {% if location_row.Location_Image_No_Link %} {{location_row.Image_HTML}} {% endif %} {% if location_row.Location_Image_With_Link %} {% if location_row.Country_Section_Anchor %} {% endif %} {{location_row.Image_HTML}} {% endif %}
{% endif %}
<{{locNameTags}}>{{location_row.Location_Name}} {% if location_row.Location_Description %} {{location_row.Location_Description}} {% endif %} {% if location_row.Location_Address1 %} {{location_row.Location_Address1}} {% endif %} {% if location_row.Location_Address2 %} {{location_row.Location_Address2}} {% endif %} {% if location_row.Location_Locality %} {{location_row.Location_Locality}} {% endif %} {% if location_row.Location_City %} {{location_row.Location_City}} {% endif %} {% if location_row.Location_State %} {{location_row.Location_State}} {% endif %} {% if location_row.Location_Postcode %} {{location_row.Location_Postcode}} {% endif %} {% if location_row.Location_Country %} {{location_row.Location_Country}} {% endif %} {% if location_row.Location_Phone %} {{location_row.Location_Phone}} {% endif %} {% if location_row.Location_Fax %} {{location_row.Location_Fax}} {% endif %} {% if location_row.Location_Email %} {{location_row.Location_Email}} {% endif %} {% if location_row.Location_Url %} {{location_row.Location_Url}} {% endif %} {% if location_row.Show_More_Link %} {{"more..."|trans}} {% endif %} {% if location_row.Location_Map %} {% endif %}
{% endfor %} {{Pagination}}
{% if Msg_Empty_List %}
{{Msg_Empty_List}}
{% endif %}