{% load i18n %} {% if store.has_contact_details %}

{% trans "Contact" %}

{% endif %} {% if store.manager_name %} {{ store.manager_name }}
{% endif %} {% if store.phone %}
{{ store.phone }}
{% endif %} {% if store.email %}
{{ store.email }}
{% endif %}