{% ifequal network.class_name "ipv4 network" %}
Network Information
{% if network.attributes.description %} {% endif %} {% if network.attributes.hostname %} {% endif %} {% if not network.isHost %} {% endif %}
Network: {{ network }} ({{ network.strNetmask }})
Description: {{ network.attributes.description }}
Hostname: {{ network.attributes.hostname }}
Usage: {{ network.numAllocatedHosts }} / {{ network.size }}
Allocated subnets: {{ network.numAllocatedSubnets }}
Available addresses: {{ network.numFreeHosts }}



{% endifequal %}