{{ heading_title }}
{% if comment %}
{% if locations %}
{{ comment }}
{% endif %}
{{ address }}
{% if geocode %}
{% endif %}
{{ telephone }}
{% if fax %}
{{ fax }}
{% endif %}
{% if open %}
{{ open }}
{% endif %}
{{ text_store }}
{% for location in locations %}
{% endif %}
{% if location.image %}
{% 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 %}