{% load i18n %} {% block comment_item %} {% if preview %}

{% trans "Preview of your comment" %}

{% endif %}
{% block comment_title %} {% if comment.url %}{% endif %} {% if comment.name %}{{ comment.name }}{% else %}{% trans "Anonymous" %}{% endif %}{% comment %} {% endcomment %}{% if comment.url %}{% endif %} {% blocktrans with submit_date=comment.submit_date %}on {{ submit_date }}{% endblocktrans %} {% if not comment.is_public %}({% trans "moderated" %}){% endif %} {% if USE_THREADEDCOMMENTS and not preview %}{% trans "reply" %}{% endif %} {% endblock %}
{{ comment.comment|linebreaks }}
{% endblock %}