{% extends "ace/base.html" %} {% block title %}
Nome:
Interface de gerenciamento {{ pilha.url }}
{% if pilha.admuser %}Usuário administrador: {{ pilha.admuser }}
{% endif %} {% if pilha.admpass %}Senha do Usuário administrador: veja na interface de administração
{% endif %} {% endif %} {% endif %} {% if pilha.comments %}Observações: {{ pilha.comments }}
{% endif %} {% if i %}Endereço | Obs | {% for ip in i %}
---|---|
{{ ip.address }} | {{ ip.comments |default_if_none:"" }} |
Nome | Fabricante | Modelo | Rack | {% for switch in s %}
---|---|---|---|
{{ switch.name }} | {{ switch.manufactorer }} | {{ switch.model }} | {{ switch.rack }} |