{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %}
  • VLAN Groups
  • {% if object.scope %}
  • {{ object.scope }}
  • {% endif %}
  • {{ object }}
  • {% endblock %} {% block content %}
    VLAN Group
    Name {{ object.name }}
    Description {{ object.description|placeholder }}
    Scope {% if object.scope %} {{ object.scope }} {% else %} {% endif %}
    VLANs {{ vlans_count }}
    {% plugin_left_page object %}
    {% include 'inc/custom_fields_panel.html' %} {% plugin_right_page object %}
    VLANs
    {% include 'inc/table.html' with table=vlans_table %} {% if perms.ipam.add_vlan %} {% endif %}
    {% include 'inc/paginator.html' with paginator=vlans_table.paginator page=vlans_table.page %}
    {% endblock %}