{% extends "base.html" %} {% block title %} {{ title }} {% endblock %} {% block extra-css %} {% load staticfiles %} {% endblock %} {% block titulo %}
Id: {{ vlan.vlanid }}
Nome: {{ vlan.name }}
{% if vlan.comments %}Obs: {{ vlan.comments }}
{% endif %}Rede | {% for n in networks %}
---|
{{ n.name }} |
Porta | Switch | Equipamento | Vlans | Obs | {% for port in swports %}
---|---|---|---|---|
{{ port.num }} {% if port.vlans.all.count > 1 %} (Trunk) {% endif %} | {{ port.switch }} | {{ port.host }} |
{% if port.vlans.all %}
|
{{ port.obs }} |