{% block content %}
{% if form.errors %}
{% block sidebar %}{% endblock %}
{% blocktrans count form.errors|length as counter %}Please correct the error below{% plural %}Please correct the errors below{% endblocktrans %}
{% include "comments/form.html" %} {% else %}{% trans "Preview your comment" %}
{{ comment|linebreaks }}
{% trans "and" %} {% trans "or make changes" %}:
{% include "comments/form.html" %} {% endif %} {% endblock %}