{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% load i18n %} {% block breadcrumbs %} {{ block.super }} {% if object.scope %} {# TODO: This should link to a filtered list of VLANGroups #}
| {% trans "Name" %} | {{ object.name }} |
|---|---|
| {% trans "Description" %} | {{ object.description|placeholder }} |
| {% trans "Scope" %} | {{ object.scope|linkify|placeholder }} |
| {% trans "VLAN IDs" %} | {{ object.vid_ranges_list }} |
| Utilization | {% utilization_graph object.utilization %} |
| {% trans "Tenant" %} | {% if object.tenant.group %} {{ object.tenant.group|linkify }} / {% endif %} {{ object.tenant|linkify|placeholder }} |