{% extends 'portmanager/generic/object.html' %} {% load render_table from django_tables2 %} {% load buttons %} {% load static %} {% load helpers %} {% load plugins %} {% block content %}
Name | {{ object.name }} |
---|---|
Description | {% if object.description|length %} {{ object.description }} {% else %} — {% endif %} |
VLANS | {{ object.vlans }} |
Portsec max | {{ object.portsec_max }} |