All Notifications
| Serial No. | Type | Text | Date | {% if all_notifications %} {% for notification in all_notifications %}
|---|---|---|---|
| {{notification.serialno}} | {{notification.notificationtype}} | {{notification.notificationtext}} | {{notification.date}} |
{% extends 'base.html' %} {% load static %} {% block title %}
| Serial No. | Type | Text | Date | {% if all_notifications %} {% for notification in all_notifications %}
|---|---|---|---|
| {{notification.serialno}} | {{notification.notificationtype}} | {{notification.notificationtext}} | {{notification.date}} |