{% extends "comments/base.html" %} {% load i18n %} {% block title %}{% trans "Preview your comment" %}{% endblock %} {% block content %} {% load comments %}
{{ comment|linebreaks }}
{% trans "and" %} {% trans "or make changes" %}:
{{ field.label_tag }} {{ field }}