{% extends "ace/base.html" %} {% block title %}
Número: {{ portaswitch.num }}
Switch: {{ portaswitch.switch.name }} - {{ portaswitch.switch.place }}
Tipo: {{ portaswitch.tipo }}
{% if portaswitch.host %}Host: {{ portaswitch.host|default_if_none:"" }}
{% endif %} {% if vlans %}VLANs: {% if trunk = "OK" %} (Trunk) {% endif %}
OBS: {{ portaswitch.obs }}
{% endif %}