{% if Title %}

{{Title}}

{% endif %} {% for location_row in Location_Row_On_List %}
{% if show_sticky_images %}
{% if location_row.Default_Image_No_Link %}
{% endif %} {% if location_row.Default_Image_With_Link %}
{% endif %} {% if location_row.Location_Image_No_Link %} {% endif %} {% if location_row.Location_Image_With_Link %} {% if location_row.Country_Section_Anchor %} {% endif %} {% endif %}
{% endif %}

{{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 %}