{% load threadedcomments_tags i18n %} {% if CYCLOPE_THEME_TYPE == 'bootstrap' %}
{% 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 %}
{% elif CYCLOPE_THEME_TYPE == 'classic' %} {% 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 %} {% endif %}