{% extends 'base.html' %}
{% block content %}
{% if newest %}
<<newest
{% endif %}
{% if newer %}
<newer
{% endif %}
{% if older %}
older>
{% endif %}
{% if oldest %}
oldest>>
{% endif %}
sent on {{notification.sent_date|date:"D d M Y"}} at {{notification.sent_date|time:"H:i"}}
Sub: {{notification.sub}}
{{notification.message|safe}}
Delete
Keep Unread
{% endblock %}