{% extends "base.html" %} {% block title %} Porta do switch {% endblock %} {% block extra-css %} {% load staticfiles %} {% endblock %} {% block titulo %}
{% endblock %} {% block conteudo1 %}

Número: {{ portaswitch.num }}

Switch: {{ portaswitch.switch.name }} - {{ portaswitch.switch.place }}

Tipo: {{ portaswitch.tipo }}

{% if portaswitch.host %}

Host: {% if t == "host" %} {% elif t == "switch" %} {% elif t == "printer" %} {% else %} {% endif %} {{ 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 %}