{% for treeitem in children_queryset %} {% with treeitem.content_object as object %}
  • {{ object }}
  • {% endwith %} {% empty %} {% load i18n %}
  • {% trans 'No children' %}
  • {% endfor %}