{% extends "public/base.html" %} {% load staticfiles %} {% load i18n %} {% block title %}View Notification{% endblock title %} {% block page_title %}{% trans "View Notification" %}{% endblock page_title %} {% block content %}

{% trans "View Notification" %}

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