Back to Netbox

Notifications

netbox/templates/account/notifications.html

4.6.0380 B
Original Source

{% extends 'account/base.html' %} {% load buttons %} {% load helpers %} {% load render_table from django_tables2 %} {% load i18n %} {% block title %}{% trans "Notifications" %}{% endblock %} {% block content %}

{% csrf_token %} {# Table #}

{% include 'htmx/table.html' %}

{# Form buttons #}

{% bulk_delete_button model query_params=request.GET %}

{% endblock %}