{% load i18n %} {% with subnet_count=row.subnets|length %} {% for s in row.subnets %} {% if forloop.first %} {{ row.keyname }} {{ row.displayname }} {{ row.description }} {{ row.vlan_id }} {% endif %} {{ s.keyname }} {{ s.size }} {{ s.occupancy.count }} {{ s.occupancy.percent }}%
{% widthratio s.occupancy.percent 100 70 as bar_width_px %}
{% empty %} {{ row.keyname }} {{ row.displayname }} {{ row.description }} {{ row.vlan_id }} - {% endfor %} {% endwith %}