Kontakte
Angemeldet als
{{ current_user }}
{% if is_admin %}(
Admin
{% if show_all %}, sieht alle Accounts{% endif %}){% else %}(Account: {{ account_name }}){% endif %} · {% if search_title %}{{ search_title }}: {% endif %}{{ contacts|length }} Kontakte (max. 200 angezeigt)
Suchen
{% if search %}
Zurücksetzen
{% endif %}
{% if contacts %} {% for c in contacts %}
{{ c.full_name or '(Kein Name)' }}
{% if c.organization %}
{{ c.organization }}
{% endif %} {% if c.birthday %}
{{ c.birthday|fmt_birthday }}
{% endif %}
{% if c.photo_url %}
{% endif %} {% if show_all and c.account %}
Account: {{ c.account }}
{% endif %}
{% endfor %} {% else %}
{% if search %} Keine Kontakte für "{{ search }}" gefunden. {% else %} Keine Kontakte vorhanden. {% endif %}
{% endif %}
{% include "_sidebar.html" %}