{% extends "base.html" %} {% load i18n thumbnail %} {% block title %}{% trans "Preview your comment" %}{% endblock %} {% block teaser %}

{% trans "Preview your comment" %}

{% endblock %} {% block maincontent %} {% if form.errors %}

{% blocktrans count form.errors|length as counter %}Please correct the error below{% plural %}Please correct the errors below{% endblocktrans %}

{% else %}
{{ comment.user }}
{{comment.user}}
{{comment}}
{% endif %} {% include "comments/form.html" %} {% endblock %}