{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %}
  • VLAN Groups
  • {% if object.scope %}
  • {{ object.scope }}
  • {% endif %}
  • {{ object }}
  • {% endblock %} {% block buttons %} {% if perms.ipam.add_vlan %} Add VLAN {% endif %} {{ block.super }} {% 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 %}
    {% include 'utilities/obj_table.html' with table=vlans_table table_template='panel_table.html' heading='VLANs' bulk_edit_url='ipam:vlan_bulk_edit' bulk_delete_url='ipam:vlan_bulk_delete' %}
    {% endblock %}