{% load aldryn_people_tags i18n thumbnail %}

{{ person.name }} {{ person.function }}

{% if person.visual %}

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

{% endif %}

{% if person.phone %}{% trans "Phone:" %} {{ person.phone|phoneformat }}
{% endif %} {% if person.mobile %}{% trans "Mobile:" %} {{ person.mobile|phoneformat }}
{% endif %} {% if person.email %}{% trans "E-Mail:" %} {{ person.email }}{% endif %} {% if instance.show_vcard and person.vcard_enabled %}
{% trans "Download vCard" %}{% endif %}

{% if person.description %}
{{ person.description|safe }}
{% endif %}