{% 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 %}
{{ notif.message }}