{% extends 'django_spire/item/infinite_scroll_item.html' %} {% block item_content %} {% if app_notification.notification.url %}
{{ 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 %}
{% else %} {% endif %} {% endblock %}