{% comment %} The template for threadedcomments, spiced up. This is included via comments/list.html The id="comments-..." is required for JavaScript, the 'comments/comment.html template is also used by the Ajax view. {% 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 %}