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

{% trans "Preview your comment" %}


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


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

{{ comment }}

{% endif %}

{% trans "Post your comment" %}

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