{% extends "ace/base.html" %} {% block title %} Detalhes da pilha {% endblock %} {% block extra-css %} {% load staticfiles %} {% endblock %} {% block titulo %}

Pilha - {{ pilha.name }}

{% endblock %} {% block conteudo1 %}

Nome: {{ pilha.name }}

{% if request.user.is_superuser %} {% if pilha.url %}

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ços IP da pilha
{% for ip in i %} {% endfor %}
Endereço Obs
{{ ip.address }} {{ ip.comments |default_if_none:"" }}
{% endif %}

{% if s %}

   Switches do rack

{% for switch in s %} {% endfor %}
Nome Fabricante Modelo Rack
{{ switch.name }} {{ switch.manufactorer }} {{ switch.model }} {{ switch.rack }}
{% endif %} {% endblock %} {% block extra-js %} {% load staticfiles %} {% endblock %}