Kontakte

← Zurück zur Liste
{{ contact.full_name or '(Kein Name)' }}
{% if contact.organization or contact.job_title %}
{% if contact.job_title %}{{ contact.job_title }}{% endif %} {% if contact.job_title and contact.organization %} bei {% endif %} {% if contact.organization %}{{ contact.organization }}{% endif %}
{% endif %}
{% if is_admin and contact.account %} {% endif %} {% if contact.photo_url %} Foto {% endif %}
{% if contact.birthday %}
🎂 {{ contact.birthday }}
{% endif %} {% if contact.emails %}
E-Mail
{% for email in contact.emails %}
{{ email.type }} {{ email.value }}
{% endfor %}
{% endif %} {% if contact.phones %}
Telefon
{% for phone in contact.phones %}
{{ phone.type }} {{ phone.value }}
{% endfor %}
{% endif %} {% if contact.addresses %}
Adresse
{% for addr in contact.addresses %}
{{ addr.type }} {{ addr.street }}
{% if addr.zip %}{{ addr.zip }} {% endif %}{{ addr.city }}
{{ addr.region }}{% if addr.region and addr.country %}, {% endif %}{{ addr.country }}
{% endfor %}
{% endif %} {% if contact.urls %}
Website
{% for url in contact.urls %}
{{ url.type }} {{ url.value }}
{% endfor %}
{% endif %} {% if contact.social_profiles %}
Soziale Profile
{% for sp in contact.social_profiles %}
{{ sp.type }}{% if sp.username %} ({{ sp.username }}){% endif %} {{ sp.url }}
{% endfor %}
{% endif %} {% if contact.categories %}
Kategorien
{% for cat in contact.categories %} {{ cat }} {% endfor %}
{% endif %} {% if contact.notes %}
Notizen
{{ contact.notes }}
{% endif %}