{% extends "base.html" %} {% load i18n %} {% block primary %} {% trans "Preview your comment" %} {% load comments %} {% csrf_token %} {% if next %}{% endif %} {% if form.errors %} {% if form.errors|length == 1 %}{% trans "Please correct the error below" %}{% else %}{% trans "Please correct the errors below" %}{% endif %} {% else %} {{ comment|linebreaks }} {% trans "Or make changes" %}:
{{ comment|linebreaks }}
{{ field.label_tag }} {{ field }}