{% extends 'admin_base.html.twig' %} {% block title %}Outlook Kalender Integration{% endblock %} {% block content %}
| Status | Erstellt | Letzte Aktualisierung | Aktionen | |
|---|---|---|---|---|
| {{ sync.userEmail }} | {% if sync.tokenValid %} Aktiv {% else %} Token abgelaufen {% endif %} | {{ sync.createdAt|date('d.m.Y H:i') }} | {{ sync.updatedAt ? sync.updatedAt|date('d.m.Y H:i') : '-' }} |
{% if not sync.isTokenValid() %}
Erneuern
{% endif %}
|
| Kurs | Status | Standort | Synchronisiert für | Aktionen | |
|---|---|---|---|---|---|
|
{{ course.name }}
{% if course.learningGoals %}
{{ course.learningGoals|slice(0, 100) }}{% if course.learningGoals|length > 100 %}...{% endif %} {% endif %} |
{% if course_email_mapping[course.id] is defined %} Synchronisiert {% else %} {% if course.isAvailable %} Nicht synchronisiert {% else %} Nicht verfügbar {% endif %} {% endif %} | {{ course.location ? course.location.name : 'Kein Standort' }} | {% if course_email_mapping[course.id] is defined %} {% for email in course_email_mapping[course.id] %} {{ email }}{% if not loop.last %}, {% endif %} {% endfor %} {% else %} Nicht synchronisiert {% endif %} |
{% if course.isAvailable %}
{% if course_email_mapping[course.id] is defined %}
{% endif %}
{% else %}
{% endif %}
|