{% import "includes/macros" as macros %}
{% import "includes/forms/log" as log %}
{% extends "base" %}
{% block content %}
Nachrichten
{% if notifications %}
{% if loggedin_user.amount_unread_notifications > 10 %}
Du hast viele ungelesene Benachrichtigungen. Um deine Oberfläche übersichtlich zu halten und wichtige Updates nicht zu verpassen, nimm dir bitte einen Moment Zeit sie zu überprüfen und als gelesen zu markieren (✓).
{% endif %}
{% for notification in notifications %}
{% if not notification.read_at %}