{% for app_notification in app_notification_list %}
{% include app_notification.template %}
{% empty %}
No Notifications
{% endfor %}
{% if not app_notification_list_url %}
{% url "django_spire:notification:app:page:list" as app_notification_list_url %}
{% endif %}
View All