{% 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 "Permitted VIDs" %} | {{ object.min_vid }} - {{ object.max_vid }} |
| Utilization | {% utilization_graph object.utilization %} |