{{ contact.photo|safe }} | |
{% i18n "Emails" %} | {% for email in contact.emails %} {{ email.email }}{% if not forloop.last %}, {% endif %} {% endfor %} |
{% i18n "Organization" %} | {{ contact.organization }} |
{% i18n "Website" %} | {{ url.url }} |
{% i18n "Birthday" %} | {{ contact.formattedBirthday }} |
{% i18n "Note" %} | {{ contact.note }} |
{% i18n "Title" %} | {{ contact.title }} |
{{ address.typeLabel }} |
{% with address.formattedAddress as fa %}
{% for line in fa.splitlines %}{{ line }} {% endfor %} {% endwith %} |
{{ listphone.typeLabel }} | {{ listphone.number }} |
{{ im.serviceLabel }} | {{ im.address.path }} |