{% include 'header.html' %}

DHCP Pool for {{ subnet.name }}

{% if error %}
{{ error }}
{% endif %}
{% if dhcp_pool %} {% endif %}
{% if dhcp_pool %}

Current DHCP Pool

Start: {{ dhcp_pool.start_ip }}
End: {{ dhcp_pool.end_ip }}
{% if dhcp_pool.excluded_ips %}
Excluded: {{ dhcp_pool.excluded_ips }}
{% endif %}
{% endif %}