{% extends "base.html" %} {% block title %} {{ title }} {% endblock %} {% block extra-css %} {% load staticfiles %} {% endblock %} {% block titulo %}
Andar: {{ local.floor }}
{% if local.sector %}Setor: {{ local.sector }}
{% endif %}Nº de telefones: {{ phonetotal }}
{% endif %} {% if ptotal %}Nº de pontos de rede: {{ ptotal }}
{% endif %} {% if local.comments %}Obs{{ local.comments }}
{% endif %}>Tipo | >Telefone | >Rack | >Patchpanel | >Porta patchpanel | >Switch | >Porta do switch | >Obs | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
>{{ ponto.num }} | >{{ ponto.pointtype }} | {% if ponto.phone %}>{{ ponto.phone }} | {% else %}{% endif %} {% if ponto.rack %} | >{{ ponto.rack|default_if_none:"" }} | {% else %}{% endif %} {% if ponto.patchpanel %} | >{{ ponto.patchpanel.num }} | {% else %}{% endif %} {% if ponto.patchpanelport %} | >{{ ponto.patchpanelport.num }} | {% else %}{% endif %} {% if ponto.switch %} | >{{ ponto.switch.name }} | >{{ ponto.swport.num }} | {% else %}{% endif %} | >{{ ponto.comments }} |
Número | Usuario | Categoria | Tipo |
---|---|---|---|
{{ ramal.num }} | {{ ramal.user.first_name |default_if_none:"" }} {{ ramal.user.last_name|default_if_none:"" }} | {{ ramal.phonecategory |default_if_none:"" }} | {{ ramal.telephonetype |default_if_none:"" }} |
Nome | Tipo |
---|---|
{{ host.name }} | {{ host.hwtype |default_if_none:"" }} |