{{ 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-sm-12' %} {% endif %}
{{ content_top }}

{{ heading_title }}

{{ text_location }}

{% if image %}
{{ store }}
{% endif %}
{{ store }}
{{ address }}
{% if geocode %} {{ button_map }} {% endif %}
{{ text_telephone }}
{{ telephone }}

{% if fax %} {{ text_fax }}
{{ fax }} {% endif %}
{% if open %} {{ text_open }}
{{ open }}

{% endif %} {% if comment %} {{ text_comment }}
{{ comment }} {% 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 }}
{{ content_bottom }}
{{ column_right }}
{{ footer }}