{% 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 %}
{% endif %}
{# c## is used by the absolute URL of the Comment model, so keep that as it is. #}
{% if comment.name %}{% trans 'By' %} {{ comment.name }}{% endif %}
{% 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 %}
{% endif %}
{# c## is used by the absolute URL of the Comment model, so keep that as it is. #}
{{ comment.submit_date|date:'DATETIME_FORMAT' }}
{% if comment.name %}
- {% trans 'By' %}: {{ comment.name }}
{% endif %}
- (permalink)
{% endif %}- {# c## is used by the absolute URL of the Comment model, so keep that as it is. #}
{% for close in comment.close %}
{% endfor %} {% endfor %}{% if comment.name %}{% trans 'By' %} {{ comment.name }}{% endif %}
{{ comment.comment|linebreaks }}
{{ comment.submit_date|date:'DATETIME_FORMAT' }} - (permalink){% trans 'Reply' %}