{% 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 %}{% ifchanged comment.parent_id %}{% else %}{% endifchanged %}{% if not comment.open and not comment.close %}{% endif %}{% if comment.open %} {% endfor %} {% endfor %}