{% extends "base.html" %} {% block contents %} {% if parent %}

Current address: {{ parent.address }}/{{ parent.network_size }}

Go back

{% else %}

At the top of the networks tree

{% endif %} {% if addresses_list %} {% else %} {% ifequal parent.network_size 32 %} This is a node IP {% else %} No addresses or subnets in this range {% endifequal %} {% endif %} {% ifnotequal parent.network_size 32 %}

Add new subnet or node IP

{% endifnotequal %} {% if has_subnets %}

DHCP support cannot be enabled for networks with subnets

{% else %} {% if dhcp_net %}

DHCP support is enabled for this subnet

( modify | delete | details )

{% else %} {% ifnotequal parent.network_size 32 %}

Enable DHCP support

{% endifnotequal %} {% endif %} {% endif %} {% endblock %}