{% extends "allianceauth/base-bs5.html" %} {% load i18n %} {% block page_title %} {% translate "View Notification" %} {% endblock page_title %} {% block header_nav_brand %} {% translate "View Notification" %} {% endblock %} {% block content %}
{{ notif.timestamp }} {{ notif.title }}
{{ notif.message }}
{% endblock %}