{% load cms_tags i18n thumbnail aldryn_people_tags %}
{% if person.visual %}

{% if instance.show_links %} {% endif %} {{ person.name }} {% if instance.show_links %} {% endif %}

{% endif %} {% if not group %}

{% else %}

{% endif %} {% if not detail_view %} {{ person.name }} {% else %} {% render_model person 'name' %} {% endif %} {{ person.function }} {% if not group %}

{% else %}{% endif %}

{% if person.phone %} {% trans "Phone:" %} {{ person.phone|phoneformat }}
{% endif %} {% if person.mobile %} {% trans "Mobile:" %} {{ person.mobile|phoneformat }}
{% endif %} {% if person.fax %} {% trans "Fax:" %} {{ person.fax }}
{% endif %} {% if person.email %} {% trans "Email:" %} {{ person.email }}
{% endif %} {% if person.website %} {% trans "Website:" %} {{ person.website }}
{% endif %}

{% if person.description %}
{{ person.description|safe }}
{% endif %} {% if not instance and person.vcard_enabled or instance.show_vcard and person.vcard_enabled %} {% trans "Download vCard" %} {% endif %}