{% comment %}
The normal list, 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 fluent_comments_tags %}
{% for comment in comment_list %}{% render_comment comment %}{% endfor %}