Sync-Log: {{ item.label }}

{% if item.last_run %}

Letzter Sync: {{ item.last_run }}

{% endif %}
{% if item.last_status == 'running' %}
⏳ Synchronisierung läuft...
Warte auf Output...
{% elif item.last_status == 'ok' %}
✅ Letzter Sync erfolgreich
{% elif item.last_status == 'error' %}
❌ Letzter Sync fehlgeschlagen
{% if item.last_sync_issues %}

Fehler:

    {% for issue in item.last_sync_issues %}
  • {{ issue }}
  • {% endfor %}
{% endif %} {% endif %}