{% include 'partials/header.html' %}

Willkommen bei SchoolApps!

Dein Status
check_circle{{ user_type_formatted }}
{% if user_type == 1 or user_type == 2 %}
check_circleDeine Klassen: {{ classes|join:", " }}
check_circleDeine Kurse: {{ courses|join:", " }}
{% endif %} {% if user_type == 1 %}
check_circleDeine Fächer: {{ subjects|join:", " }}
{% endif %} {% if user_type == 1 or has_wifi == True %}
check_circleWLAN
{% else %}
closeKein WLAN
{% endif %}
Letzte Aktivitäten
{% if activities %}
    {% for activity in activities %}
  • {{ activity.app }} {{ activity.title }}

    access_time {{ activity.created_at }}

    {{ activity.description }}

  • {% endfor %}
{% else %}

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

    Mehr Informationen →

    {% endif %}
  • {% endfor %}
{% else %}

Noch keine Benachrichtigungen vorhanden.

{% endif %}
{% include 'partials/footer.html' %}