Network Ranges
{% if network_range_list %} {% for cur_range in network_range_list %} {% if forloop.counter|divisibleby:"2" %} {% else %} {% endif %} {% endfor %}
Start End Description
{{ cur_range.strStart }} {{ cur_range.strEnd }} {{ cur_range.attributes.description }}
{% endif %}