{% load i18n humanize %} {% if node.ipam_stats %}
{% for stat in node.ipam_stats %}
{{ stat.label }}: {{ stat.count|intcomma }} {% if stat.truncated %}({% trans "tree preview" %}){% endif %}
{% endfor %}
{% endif %}