{% if not target.isHost %}
Subnets
{% for cur_net in network_list %} {% if forloop.counter|divisibleby:"2" %} {% else %} {% endif %} {% endfor %}
Address Associated Devices Description
{% if cur_net.unallocated %} {{ cur_net }} {% else %} {{ cur_net|escape }} {% endif %} {% if not cur_net.unallocated %} {% for device in cur_net.listDevices %} {{ device.attributes.name|default:"[UNKNOWN]" }}  {% endfor %} {% endif %} {% if not cur_net.unallocated %} {% if cur_net.attributes.description %} {{ cur_net.attributes.description }} {% endif %} {% endif %}



{% endif %}