{% include 'header.html' %}
{{ subnet.name }} ({{ subnet.cidr }})
Define DHCP Pool
Show Descriptions
IP Address
Hostname
Description
{% for ip in ip_addresses %}
{{ ip[1] }}
{% if ip[2] == 'DHCP' %}
DHCP
{% elif ip[2] and ip[3] %}
{{ ip[2] }}
{% elif ip[2] %} {{ ip[2] }} {% else %} {{ '' }} {% endif %}
{{ ip[4].split('\n')[0] if ip[4] else '' }}
{% endfor %}