{% extends 'base.html' %} {% block content %} {% if newest %} <<newest {% endif %} {% if newer %} <newer {% endif %} {% if older %} older> {% endif %} {% if oldest %} oldest>> {% endif %}

sent at {{notification.sent_date}}
Sub: {{notification.sub}}

{{notification.message|safe}} {% endblock %}