{% extends 'base.html' %} {% block content %} sent at {{notification.sent_date}}
Sub: {{notification.sub}}

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