{% load mptt_tags %} {% recursetree nodes %}
  • {{ node.name }} {% if not node.is_leaf_node %} {% endif %}
  • {% endrecursetree %}