{% load threadedcomments_tags i18n %}
{% 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)