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

Notifications

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

{{ notify.start_date|timesince }} ago

{% if notify_obj.has_other_pages %} {% endif %}
{% else %}

No new notification found

{% endif %} {% endblock %}