Détail d'un switch
{%if item.SW_Commentaires != "" %}{% endif %}
Site : {{item.SW_Baie.get_BAIE_Site_display}}
Baie : {{item.SW_Baie}}
Nom : {{item.SW_Nom}}
Adresse IP : {{item.SW_IP}}
Actitecture : {{item.get_SW_OS_display}}
Connectivité : {{item.get_SW_TYPE_display}}
Commentaires : {{item.SW_Commentaires}}
{% if item.ports %}
Listes des ports réseau
{% for port in item.ports %} {% endfor %}
PortVLANBandeauCommentaire 
{% if port.PL_Port_NG == "old" %}{{port.PL_Port}}{% else %}{{port.PL_Port_NG}}{% endif %} {{port.PL_VLAN}} {{port.PL_Headbang_plug}} {{port.PL_Commentaires}}
{% endif %}