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