{{ app_notification.notification.title }}
{% if not app_notification.viewed %}
{% include 'django_spire/badge/primary_badge.html' with badge_text='New' %}
{% endif %}
{{ app_notification.notification.body }}
{{ app_notification.verbose_time_since_delivered }}
{% if app_notification.notification.url %}