All Notifications
Notification |
Mark as Read |
Delete |
{% if notifications %}
{% render_notifications using notifications %}
{% endif %}
Unread Notifications
Notification |
Mark as Read |
Delete |
{% if unread_notifications %}
{% render_notifications using unread_notifications %}
{% endif %}