{% extends "base.html" %} {% load generic_markup i18n %} {% block title %}{% trans 'Preview your comment' %}{% endblock %} {% block content %}
{% trans 'Please correct the following errors.' %}
Posted by {{ comment.person_name|escape }}
{% trans 'Your name:' %} {{ comment_form.person_name }}
{% trans 'Comment:' %} {{ comment_form.comment }}
{% trans 'You can use restructured text markup in your comment.' %}