{% for row in users %}
  • {% if row.children %} {% include "accounts/user_tree.html" with users=row.children root=False %} {% endif %}
  • {% endfor %}