Kontakte

Angemeldet als {{ current_user }} {% if is_admin %}(Admin{% if show_all %}, sieht alle Accounts{% endif %}){% else %}(Account: {{ account_name }}){% endif %} · {{ contacts|length }} Kontakte (max. 200 angezeigt)
{% 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 }}
{% 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 %}