{% load i18n %} {% with contact=store.contact_details %} {% if contact and not contact.is_empty %}

{% trans "Contact" %}

{% endif %} {% if contact.manager_name %} {{ contact.manager_name }}
{% endif %} {% if contact.phone %}
{{ contact.phone }}
{% endif %} {% if contact.email %}
{{ contact.email }}
{% endif %} {% endwith %}