{{ header }}
{{ column_left }} {% if column_left and column_right %} {% set class = 'col-sm-6' %} {% elseif column_left or column_right %} {% set class = 'col-sm-9' %} {% else %} {% set class = 'col-xs-12' %} {% endif %}
{{ content_top }}

{{ heading_title }}

{{ text_location }}
{% if comment %}
{{ comment }}
{% endif %}
{{ address }}
{% if geocode %} {% endif %}
{{ telephone }}
{% if fax %}
{{ fax }}
{% endif %} {% if open %}
{{ open }}
{% endif %}
{% if locations %}

{{ text_store }}

{% for location in locations %}
{% if location.image %} {{ location.name }} {% endif %} {{ location.name }}
{{ location.address }}
{% if location.geocode %} {{ button_map }} {% endif %} {{ text_telephone }} {{ location.telephone }} {% if location.fax %} {{ text_fax }} {{ location.fax }} {% endif %} {% if location.open %} {{ text_open }} {{ location.open }} {% endif %} {% if location.comment %} {{ text_comment }} {{ location.comment }} {% endif %}
{% endfor %}
{% endif %}
{{ text_contact }}
{% if error_name %}
{{ error_name }}
{% endif %}
{% if error_email %}
{{ error_email }}
{% endif %}
{% if error_enquiry %}
{{ error_enquiry }}
{% endif %}
{{ captcha }}
{{ column_right }}
{{ content_bottom }} {{ footer }}