{% load i18n %} {% load static %}
{% if contact.image %} {{ contact.image.description }} {% else %} {% if contact.contact_type == 'person' %} {% else %} {% endif %} {% endif %}
{{ contact.name }} {% if contact_infos %}
{% for info in contact_infos %}
{% if info.info_type == 'email' %} {% elif info.info_type == 'hours' %} {% elif info.info_type == 'location' %} {% elif info.info_type == 'website' %} {% elif info.info_type == 'phone' %} {% elif info.info_type == 'other' %} {% endif %}
{% if info.label %} {{ info.label }}: {% endif %} {{ info.value }}
{% endfor %}
{% endif %}