{% load i18n comments_xtd %}
{% for comment in comment_list %}
{{ comment.submit_date }} - {% if comment.url %}{% endif %}{{ comment.name }}{% if comment.url %}{% endif %}{% if comment.allow_thread %} - {% trans "Reply" %}{% endif %}

{{ comment.comment|render_markup_comment }}

{% endfor %}