{% load i18n %}
{% comment %}
IP/Range/Prefix column — IPAM child counters for prefix/range rows only.
Network column carries CIDR/IP; hosts show em dash here.
{% 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 %}