{% extends 'portmanager/generic/object.html' %} {% load render_table from django_tables2 %} {% load buttons %} {% load static %} {% load helpers %} {% load plugins %} {% block content %}
Device Group
Name {{ object.name }}
Description {% if object.description|length %} {{ object.description }} {% else %} — {% endif %}
VLANS {{ object.vlans }}
Portsec max {{ object.portsec_max }}
Devices
{% include 'htmx/table.html' %}
{% plugin_full_width_page object %}
{% endblock %} {% block modals %} {% table_config_form table table_name="ObjectTable" %} {% endblock modals %}