{% extends "ace/base.html" %} {% block title %}
Endereço: {{ network.address }}
Máscara: /{{ network.mask }}
{% if network.gateway %}Gateway: {{ network.gateway }}
{% endif %}Braoadcast: {{ broadcast }}
{% if network.vln %}VLAN: {{ network.vln }}
{% endif %} {% if network.dhcp = True %}DHCP:
{% else %}DHCP:
{% endif %}DHCP Range: {{ network.dhcp_start }} - {{ network.dhcp_end }} ( {{ qdhcp }} )
{% endif %}IP's fixos disponíveis nesta rede: {{ d }}
{% if network.comments %}Obs: {{ network.comments|default_if_none:"" }}
{% endif %}Endereço | Host | Observações: | {% for ip in i %}
---|---|---|
{{ ip.address }} | {{ ip.device.name}} | {{ ip.comments|default_if_none:""}} |