{% if contacts %} {% for contact in contacts %}
{{ contact.name }}
{{ contact.realName|safe }}
{% if contact.photo %} {% endif %} {% if contact.emails %} {% endif %} {% if contact.organization %} {% endif %} {% if contact.webPage %} {% endif %} {% if contact.birthday %} {% endif %} {% if contact.note %} {% endif %} {% if contact.title %} {% endif %} {% for address in contact.addresses %} {% if address.formattedAddress %} {% endif %} {% endfor %} {% for listphone in contact.phones %} {% endfor %} {% for im in contact.instantManging %} {% endfor %}
{{ contact.photo|safe }}
{{ contacti18n.emailsi18n }} {{ contact.emails|safe }}
{{ contacti18n.organizationi18n }} {{ contact.organization }}
{{ contacti18n.websitei18n }} {{ contact.webPage|safe }}
{{ contacti18n.birthdayi18n }} {{ contact.birthday }}
{{ contacti18n.notei18n }} {{ contact.note }}
{{ contacti18n.titlei18n }} {{ contact.title }}
{{ address.type }} {{ address.formattedAddress|safe }}
{{ listphone.type }} {{ listphone.number }}
{{ im.type }} {{ im.address }}

{% endfor %} {% endif %}