{% extends "allianceauth/base.html" %} {% load i18n %} {% block page_title %}{% translate "Notifications" %}{% endblock %} {% block content %}

{% translate "Notifications" %}

{% include "notifications/list_partial.html" with notifications=unread %}
{% include "notifications/list_partial.html" with notifications=read %}
{% endblock %}