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 %}