{% extends "blog_base.html" %} {% load i18n %} {% load recaptcha %} {% block title %}{% trans "Preview your comment" %}{% endblock %} {% block content %} {% load comments %}
{{ comment|linebreaks }}
{% if field.errors %}{{ field.errors }}{% endif %} {{ field.label_tag }} {{ field }}