{% load i18n %}
{% if notifications %} {% for notification in notifications %} {% include "fellchensammlung/partials/partial-notification.html" %} {% endfor %} {% else %}

{% translate 'Keine ungelesenen Benachrichtigungen' %}

{% endif %}