{{contact}}{% if contact.title %} - {{ contact.title }}{% endif %}
{% if not contact.entity.is_single_contact %}
{{contact.entity}}
{% endif %}
{% if contact.has_left %}{% trans "This contact has left." %}{% endif %}
{% trans "UPD" %}: {{contact.modified|date:"d/m/Y"}}
{% if contact.job %}{{ contact.job }}{% endif %}
{% with contact.get_roles as roles %}
{% for role in roles %}{{role}}{% endfor %}
{% endwith %}
{% if contact.notes %}