Back to Netbox

Notifications

netbox/templates/htmx/notifications.html

4.6.0721 B
Original Source

{% load i18n %}

Notifications

{% if notifications %} {% trans "Dismiss all" %} {% endif %}

{% for notification in notifications %}

{% if not notification.event.destructive %} {{ notification.object_repr }} {% else %} {{ notification.object_repr }} {% endif %} {{ notification.event }} {{ notification.created|timesince }} {% trans "ago" %}

{% empty %} {% trans "No unread notifications" %} {% endfor %} {% if total_count %} {% trans "All notifications" %} {% badge total_count %} {% endif %} {% include 'inc/notification_bell.html' %}