{% extends "oscar/layout.html" %} {% load i18n image_tags static %} {% block extrahead %} {% endblock %} {% block title %} {{ store.name }} | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block headertext %}{{ store.name }}{% endblock %} {% block content %}
{% if store.image %} {% oscar_thumbnail store.image "300x300" as im %} {{ store.name }} {% endif %} {% include "stores/partials/store_address.html" %} {% include "stores/partials/store_contact.html" %}

{% trans "Opening hours" %}

{% include "stores/partials/store_opening_periods.html" %}
{{ store.description|safe }}
{% endblock %} {% block extrascripts %} {{ block.super }} {% include "stores/partials/extrascripts.html" %} {% endblock %} {% block onbodyload %} stores.maps.initStore(); {% endblock %}