Back to Netbox

Notificationgroup Users

netbox/templates/extras/panels/notificationgroup_users.html

4.6.5249 B
Original Source

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

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