{% 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 not instance and person.vcard_enabled or instance.show_vcard and person.vcard_enabled %}
{% trans "Download vCard" %}
{% endif %}