{% load mptt_tags %} {% recursetree object.comments.all %} {% if not node.deactivated_at %} {% include './comment.html' %} {% if not node.is_leaf_node %} {{ children }} {% endif %} {% endif %} {% endrecursetree %}