{% extends "django_comments_xtd/base.html" %} {% load i18n %} {% load comments_xtd %} {% block title %}{% trans "Preview your comment" %}{% endblock %} {% block content %}

{% trans "Preview your comment" %}

{% trans "Preview your comment for:" %}
{{ form.target_object }}


{% if not comment %} {% trans "Empty comment." %} {% else %}
{% now "N j, Y, P" %} -  {% if form.cleaned_data.url %} {% endif %} {{ form.cleaned_data.name }} {% if form.cleaned_data.url %}{% endif %}

{{ comment }}

{% endif %}

{% include "comments/form.html" %}
{% endblock %}