{% load staticfiles %}
NotifHandler
Datetime
From IP Add.
Notif Type
Payload
{% for record in data %}
{{ record.datetime }}
{{ record.ip_add }}
{{ record.notif_type }}
{{ record.data }}
{% endfor %}