This is the Django Notification Example
{% csrf_token %}
{{ form.as_table }}
Notifications already sent
{% for notification in notifications %}
{{ notification.title }} : {{ notification.content }}
{% endfor %}