{% load i18n %} {% comment %}IP/Range/Prefix column: NetBox child counters (prefixes / ranges / IPs).{% endcomment %} {% if node.ipa_drilldown_meta %} {% with meta=node.ipa_drilldown_meta %} {{ meta.count_subnets }}/{{ meta.count_ranges }}/{{ meta.count_ips }} {% endwith %} {% elif node.ipam_stats_short %} {% include "netbox_nsm/inc/addr_ipam_stats.html" %} {% else %} {% endif %}