{% extends "allianceauth/base-bs5.html" %} {% load static %} {% load i18n %} {% block page_title %} {% translate "Notifications" %} {% endblock page_title %} {% block header_nav_brand %} {% translate "Notifications" %} {% endblock header_nav_brand %} {% block header_nav_collapse_left %} {% endblock %} {% block header_nav_collapse_right %} {% endblock %} {% block content %}
{% include "notifications/list_partial.html" with notifications=unread %}
{% include "notifications/list_partial.html" with notifications=read %}
{% endblock %}