{% extends 'base.html' %} {% load helper_tags %} {% block content %}
{% if messages %} {% for msg in messages %} {% endfor %} {% endif %}

Notification List

{% comment %} {% endcomment %}
{% for notification in notifications %} {% endfor %}
Sl No Title Details Action
{{forloop.counter}} {{notification.title}} {{notification.details}}
{% endblock %}