{% load i18n %}
| {% translate 'Parent Subnets' %} | |||||
| {% translate 'Subnet' %} | {% translate 'Description' %} | {% translate 'Used' %} | {% translate 'Percent' %} | {% translate 'Occupancy' %} | {% translate 'VLAN' %} |
|---|---|---|---|---|---|
| {{ row.indent }}{{ row.keyname }}{% if row.is_containing %} {% endif %} | {{ row.description }} | {{ row.occupancy.count }} | {{ row.occupancy.percent }}% |
{% widthratio row.occupancy.percent 100 70 as bar_width_px %}
|
{% for vlan in row.vlans %} {{ vlan.displayname }}{% if not forloop.last %}, {% endif %} {% endfor %} |
| {% translate 'No containing subnet found' %} | |||||