{% load i18n %} {{ contact.location }} {% if contact.area_of_responsibility %} {{ contact.area_of_responsibility }} {% else %} {% endif %} {% if contact.name %} {{ contact.name }} {% else %} {% endif %} {% if contact.email %} {{ contact.email }} {% else %} {% endif %} {% if contact.phone_number %} {{ contact.phone_number }} {% else %} {% endif %} {% if contact.mobile_phone_number %} {{ contact.mobile_phone_number }} {% else %} {% endif %} {% if contact.website %} {{ contact.website }} {% else %} {% endif %} {% if is_archive %} {% if perms.cms.change_contact %} {% endif %} {% else %} {% if perms.cms.change_contact %} {% endif %} {% endif %} {% if perms.cms.delete_contact %} {% endif %}