{% load i18n %}{% trans "identity" %} : {{ contact.civility }} {{ contact.first_name }} {{ contact.last_name }}
{% trans "phone" %} : {{ contact.phone }}
{% trans "email" %} : {{ contact.email }}
{% trans "company" %} : {{ contact.company }}

{% trans "comments" %} :
{{ contact.comments }}
