{% extends "ace/base.html" %} {% block title %}
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 %}Número | Tipo | Rack | Switch | Porta do switch | Obs | ||
---|---|---|---|---|---|---|---|
{{ ponto.num }} | {{ ponto.pointtype }} | {{ ponto.rack|default_if_none:"" }} | {% if ponto.switch %}{{ ponto.switch }} | {{ 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:"" }} |