{% load aldryn_people_tags i18n thumbnail %}
{% if instance.show_links %}{% endif %} {% if instance.show_links %}{% 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 %}