{% for store in stores %}
{% if store.description %}
{% endif %} {% if company_uri %}
{% endif %} {% if store.country %}
{% if store.country %}
{% endif %} {% if store.city %}
{% endif %} {% if store.zip %}
{% endif %} {% if store.street %}
{% endif %}
{% endif %} {% if store.phone %}
{% endif %} {% if store.lat %} {% if store.long %}
{% endif %} {% endif %} {% if store.logo_uri %}
{% endif %}
{% if store.gln %}
{% endif %} {% for hours in store.opening_hours %}
{% for day in hours.days %}
{% endfor %} {% if hours.valid_from %} {% if hours.valid_through %}
{% endif %} {% endif %}
{% endfor %}
{% endfor %}