{% load i18n %}
{% with target=ipam_subnet_self %} {% if target %}
{% translate 'First IP' %} {% translate 'Last IP' %} {% translate 'Mask' %} {% translate 'CIDR' %} {% translate 'Size' %} {% translate 'Used' %} {% translate 'Percent' %} {% translate 'Occupancy' %}
{{ target.first_ip }} {{ target.last_ip }} {{ target.netmask }} /{{ target.prefixlen }} {{ target.size }} {{ target.occupancy.count }} {{ target.occupancy.percent }}%
{% widthratio target.occupancy.percent 100 70 as bar_width_px %}
{% endif %} {% endwith %} {% include 'app_data/ipam/_subnet_hierarchy_table.html' with ancestors=ipam_subnet_ancestors current=ipam_subnet_self children=ipam_subnet_children %} {% include 'app_data/ipam/_ip_list_table.html' with ip_list=ipam_subnet_ip_list %}