{% if contact.birthday %} {% endif %} {% for phoneNumber in contact.phoneNumbers %} {% if phoneNumber.supportsSms %} {% else %} {% endif %} {% endfor %} {% for email in contact.emails %} {% endfor %} {% for imAddress in contact.impps %} {% endfor %} {% for website in contact.urls %} {% endfor %} {% if contact.blogFeed %} {% endif %} {% for address in contact.addresses %} {% endfor %} {% if contact.profession %} {% with contact.professionLabel as title %} {% with contact.profession as value %} {% include "contact_row.html" %} {% endwith %} {% endwith %} {% endif %} {% if contact.department %} {% with contact.departmentLabel as title %} {% with contact.department as value %} {% include "contact_row.html" %} {% endwith %} {% endwith %} {% endif %} {% if contact.office %} {% with contact.officeLabel as title %} {% with contact.office as value %} {% include "contact_row.html" %} {% endwith %} {% endwith %} {% endif %} {% if contact.managersName %} {% with contact.managerLabel as title %} {% with contact.managersName as value %} {% include "contact_row.html" %} {% endwith %} {% endwith %} {% endif %} {% if contact.assistantsName %} {% with contact.assistantLabel as title %} {% with contact.assistantsName as value %} {% include "contact_row.html" %} {% endwith %} {% endwith %} {% endif %} {% if contact.spousesName %} {% with contact.spouseLabel as title %} {% with contact.spousesName as value %} {% include "contact_row.html" %} {% endwith %} {% endwith %} {% endif %} {% if contact.anniversary %} {% with contact.anniversaryLabel as title %} {% with contact.formattedAnniversary as value %} {% include "contact_row.html" %} {% endwith %} {% endwith %} {% endif %} {% for customField in customFieldsUrl %} {% with customField.title as title %} {% with customField.value|safe as value %} {% include "contact_row.html" %} {% endwith %} {% endwith %} {% endfor %} {% for customField in customFields %} {% with customField.title as title %} {% with customField.value as value %} {% include "contact_row.html" %} {% endwith %} {% endwith %} {% endfor %} {% if contact.addressBookName %} {% with contact.addressBookLabel as title %} {% with contact.addressBookName as value %} {% include "contact_row.html" %} {% endwith %} {% endwith %} {% endif %} {% if contact.note %} {% with contact.noteLabel as title %} {% with contact.note|linebreaksbr as value %} {% include "contact_row.html" %} {% endwith %} {% endwith %} {% endif %}
{{ contact.realName }}
{% if contact.title %} {{ contact.title }} {% elif contact.role %} {{ contact.role }} {% else %} {{ contact.profession }} {% endif %}
{{ contact.organization }}
{% i18n "Birthday" %} {{ contact.formattedBirthday }} {% i18np "(One year old)" "(%1 years old)" contact.age %}
{{ phoneNumber.typeLabel }}{{ phoneNumber.number }} {{ phoneNumber.number }}
{% i18n "Email" %} {{ email.email }}
{{ imAddress.serviceLabel }} {{ imAddress.address.path|safe }} {% icon imAddress.serviceIcon small %}
{% i18n "Website" %} {% if website.url.scheme %} {% else %} {% endif %} {{ website.url }}
{% i18n "Blog Feed" %} {% if contact.blogFeed.scheme %} {% else %} {% endif %} {{ contact.blogFeed }}
{{ address.typeLabel }} {% with address.formattedAddress as fa %} {% for line in fa.splitlines %} {{ line }} {% if line and not forloop.last %}
{% endif %} {% endfor %} {% endwith %}
{% if hasqrcode %}

{% endif %}