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