Kontakte

Angemeldet als {{ current_user }} {% if is_admin %}(Admin, sieht alle Accounts){% else %}(Account: {{ account_name }}){% endif %}
Kontakte
{{ contact_count }}
gespeicherte Kontakte
Letzter Sync
{% if last_sync %}
{{ last_sync.status }} · {{ last_sync.sync_type }}
{{ last_sync.started_at }} {% if last_sync.contacts_upserted is not none %} · {{ last_sync.contacts_upserted }} aktualisiert {% endif %} {% if last_sync.contacts_deleted is not none and last_sync.contacts_deleted > 0 %} · {{ last_sync.contacts_deleted }} gelöscht {% endif %}
{% if last_sync.error_message %}
{{ last_sync.error_message }}
{% endif %} {% else %}
Noch kein Sync durchgeführt.
{% endif %}
Geburtstage – nächste 7 Tage
{% if upcoming_birthdays %}
{% for b in upcoming_birthdays %}
{{ b.full_name or '(Kein Name)' }} {% if b.organization %} · {{ b.organization }} {% endif %}
{{ b.birthday.strftime('%d.%m.') }} {% if b.birthday.year and b.birthday.year < current_year %} · {{ current_year - b.birthday.year }} Jahre {% endif %}
{% endfor %}
{% else %}
Keine Geburtstage in den nächsten 7 Tagen.
{% endif %}