{% extends "base.html" %} {% load render_table from django_tables2 %} {% load querystring from django_tables2 %} {% block title %} Detalhes da Rede {% endblock %} {% block extra-css %} {% load staticfiles %} {% endblock %} {% block titulo %}
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 %}