{% load humanize %}
  • {{ node.name }} {{ node.count|intcomma }}
    {{ node.name }} {{ node.count|intcomma }} {% if node.children %} {% for ch in node.children %} {% with node=ch template_name="reports/report_tree.html" %}
      {% include template_name %}
    {% endwith %} {% endfor %} {% endif %}