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

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

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

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

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

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