{% extends 'store_layout_two.html' %} {% load static %} {% block content %} Beni | Notifications List

Notifications List

{% csrf_token %}
{% csrf_token %}
{% if notify_obj %}
{% for user_obj in notify_obj %} {% endfor %}
{% else %}

No new notification

{% endif %}
{% if notify_obj %}
{% endif %}
{% endblock %}