{% if not target.isHost %}
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 %} |