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