{% extends 'admin_base_layout.html' %} {% load static %} {% block content %} Manimaran | Notifications

Notifications

{% csrf_token %} {% if notify_obj %}
{% endif %}
{% if notify_obj %}
{% for notify in notify_obj %} {% endfor %}
{{ notify.message }}

{{ notify.start_date|timesince }} ago

{% else %}

No new notification found

{% endif %} {% endblock %}