photo of {{contact.first_name}} {% if contact.url %} {% else %} {% endif %} {{ contact.first_name }} {{ contact.middle_name }} {{ contact.last_name }} {% if contact.url %} {% else %} {% endif %} {% if contact.title %}{{ contact.title}}{% endif %} {% if contact.organization %}
{{ contact.organization }}
{% endif %}
{% for email in emails %} {{email.type|lower}}: {{ email.email }}
{% endfor %} {% for address in addresses %}
{{address.type|lower}}:
{{address.street}}

{{ address.city }}, {{ address.state }} {{ address.zip }} United States
{% endfor %} {% for phone in phones %}
{{ phone.type|lower }}: {{ phone.phone }}
{% endfor %}