{% extends "tree_comments/base.html" %} {% load i18n %} {% block title %} {% trans "Preview your comment" %} {% endblock title %} {% block content %} {% load tree_comments %}
{{ comment|linebreaks }}
{% trans "and" %} {# Translators: This string follows the 'Post your comment' submit button. #} {% trans "or make changes" %}:
{{ field.label_tag }} {{ field }}