{% for app_notification in app_notification_list %}
{% include "django_spire/notification/app/item/notification_item.html" %}
{% empty %}
No Notifications
{% endfor %}
{% url "spire_app_notification:page:list" as app_notification_list_url %}
View All