Back to Netbox

Notificationgroup Groups

netbox/templates/extras/panels/notificationgroup_groups.html

4.6.1253 B
Original Source

{% extends "ui/panels/_base.html" %} {% load i18n %} {% block panel_content %}

{% for group in object.groups.all %} {{ group }} {% empty %} {% trans "None assigned" %} {% endfor %} {% endblock panel_content %}