{% load cms_tags allink_cms_tags sekizai_tags i18n thumbnail allink_image_tags %} {% for object in object_list %}

{% trans 'Contact' %}

{% if object.title %} {% endif %}

{% if object.subtitle %} {{object.subtitle}}
{% endif %} {% if object.street %} {{object.street}} {{object.street_nr}}
{% endif %} {% if object.zip_code or object.place %} {{object.zip_code}} {{object.place}}
{% endif %} {% if object.map_link %} {% trans "Directions" %} {% endif %}

{% if object.email %} {{object.email}}
{% endif %} {% if object.phone %} {{object.phone_formatted}}
{% endif %} {% if object.mobile %} {{object.mobile_formatted}}
{% endif %} {% if object.fax %} {{object.fax_formatted}}
{% endif %}

{% trans 'Opening hours' %}

{% for day in object.opening_hours %}
{{ day.start_day }}{% if day.start_day != day.end_day %} – {{ day.end_day }}{% endif %}
{{ day.time }} {% trans 'h' %}
{% endfor %}

{% endfor %}