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

{% translate "View Notification" %}

{{ notif.timestamp }} {{ notif.title }}
{{ notif.message }}
{% endblock %}