{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
VLAN Group Set
Name {{ object.name }}
Description {{ object.description }}
VLAN Groups {{ object.vlan_groups.count }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
VLAN Groups
{% include 'netbox_vlan_manager/inc/toggle_available.html' %}  Export
{% render_table vlans_table %} {% include 'inc/paginator.html' with paginator=vlans_table.paginator page=vlans_table.page %}
{% endblock content %}