{% extends "base.html" %} {% block title %}
Número: {{ ponto.num }}
Tipo: {{ ponto.pointtype }}
Localização: {{ ponto.place }}
{% if ponto.place.sector %}Setor: {{ ponto.place.sector }}
{% endif %} {% if ponto.pointtype == 'dados' %} {% if ponto.switch %}Switch: {{ ponto.switch.name |default_if_none:"" }}
{% endif %} {% if ponto.swport %}Porta do Switch: {{ ponto.swport.num |default_if_none:"" }}
{% endif %} {% if ponto.swport.host %}Equipamento:{{ ponto.swport.host |default_if_none:"" }}
{% endif %} {% endif %}Observações:{{ ponto.comments }}
{% endif %}Telefone | Dist | Bloco | Par | DG | Rack | Ponto/Tomada | Patchpanel | Porta PP | |||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ ponto.phone|default_if_none:"" }} ({{ ponto.phone.user.get_full_name|default_if_none:"" }}) | {% else %}{% endif %} | {{ ponto.phone.dist|default_if_none:"" }} | {{ ponto.phone.bloco|default_if_none:"" }} | {{ ponto.phone.par|default_if_none:"" }} | {{ ponto.phone.dg|default_if_none:"" }} | {% if ponto.rack %}{{ ponto.rack.name|default_if_none:"" }} | {% else %}{% endif %} | {{ ponto |default_if_none:"" }} | {% if ponto.patchpanel %}{{ ponto.patchpanel.num }} | {% else %}{% endif %} | {{ ponto.patchpanelport.num |default_if_none:"" }} |