IP-addresses
{% if network_host_list %} {% for network in network_host_list %} {% if forloop.counter|divisibleby:"2" %} {% else %} {% endif %} {% endfor %}
IP-address Primary Address Description Action
{{ network|escape }} {% if network.attributes.secondary %} False {% else %} True {% endif %} {{ network.attributes.description|escape }} {% if write_access %} delete {% endif %}
{% endif %} {% if network_subnet_list %} {% for network in network_subnet_list %} {% if forloop.counter|divisibleby:"2" %} {% else %} {% endif %} {% endfor %}
Subnet/Range Description Auto-assign Action
{{ network|escape }} {{ network.attributes.description|escape }} {{ network.attributes.autoassign|escape }} delete
{% endif %}