{% load i18n sanza_utils %}{% load url from future %}

{% trans "Contact" %}
-----------------
{{contact.fullname|safe}}
{{contact.get_full_address|safe}}
{{contact.get_phones|seq_to_dash|safe}}
{{contact.email|safe}}

{% trans "Groups" %}
-----------------
{% for gr in groups %}* {{gr}}
{% endfor %}

{% trans "Actions" %}
-----------------
{% for action in actions %}* {{action}}
{% endfor %}

{% if contact.notes %}
{% trans "Comments" %}
-----------------
{{contact.notes|safe}}
{% endif %}

{% trans "More info at" %} {{site}}{% url "crm_view_entity" contact.entity.id  %}