{% extends "ace/base.html" %} {% block title %} Detalhes do porta do switch {% endblock %} {% block extra-css %} {% load staticfiles %} {% endblock %} {% block titulo %}

Porta de switch Nº {{ portaswitch}}

{% endblock %} {% block conteudo1 %}

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 %}

    {% for v in vlans %}
  • {{ v }}
  • {% endfor %}

{% endif %}
{% if portaswitch.obs %}

OBS: {{ portaswitch.obs }}

{% endif %}
{% if request.user.is_superuser %} {% endif %}

{% endblock %} {% block extra-js %} {% load staticfiles %} --> {% endblock %}