{% comment %} This template replaces the default "comments/list.html" of "django.contrib.comments", to allow rendering the comments as tree. {% endcomment %} {% load threadedcomments_tags %}
{% for comment in comment_list|fill_tree|annotate_tree %} {% if comment.open %} {% endfor %} {% endfor %}