{% include 'header.html' %}

{{ subnet.name }} ({{ subnet.cidr }})

{% if utilization %} {% endif %}
{% for ip in ip_addresses %} {% endfor %}
IP Address Hostname
{% if ip[2] == 'DHCP' %} DHCP {% elif ip[2] and ip[3] %} {{ ip[2] }} {% elif ip[2] %} {{ ip[2] }} {% else %} {{ '' }} {% endif %}