{# based on content block from django/contrib/comments/templates/comments/preview.html #}

{% trans "Preview your comment" %}

{{ comment|linebreaks }}
{% if not form.errors %}

{% trans "and" %} {% trans "or make changes" %}:

{% endif %} {% include "pylucid_comments/comment_form.html" %}