{% load i18n %}
{% for row in ancestors %} {% include 'app_data/ipam/_subnet_hierarchy_row.html' %} {% empty %} {% endfor %} {% if current %} {% include 'app_data/ipam/_subnet_hierarchy_row.html' with row=current %} {% endif %} {% for row in children %} {% include 'app_data/ipam/_subnet_hierarchy_row.html' %} {% empty %} {% endfor %}
{% translate 'Subnets' %} {% translate 'Size' %} {% translate 'Used' %} {% translate 'Percent' %} {% translate 'Occupancy' %} {% translate 'VLAN' %}
{% translate 'Parents' %}
{% translate 'None' %}
 
{% translate 'Current' %}
 
{% translate 'Childs' %}
{% translate 'None' %}