Willkommen bei SchoolApps!
Dein Status
Letzte Aktivitäten
{% if activities %}-
{% for activity in activities %}
-
{{ activity.app }}
{{ activity.title }}
access_time {{ activity.created_at }}
{{ activity.description }}
{% endfor %}
Noch keine Aktivitäten vorhanden.
{% endif %}Letzte Benachrichtigungen
{% if notifications %}-
{% for notification in notifications %}
-
{{ notification.app }}
{{ notification.title }}
access_time {{ notification.created_at }}
{{ notification.description }}
{% if notification.link %} {% endif %}
{% endfor %}
Noch keine Benachrichtigungen vorhanden.
{% endif %}