{{ 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 %}