{% extends "django_comments_tree/base.html" %} {% load i18n %} {% load comments_tree %} {% block title %}{% trans "Preview your comment" %}{% endblock %} {% block content %}
{% trans "Preview of your comment for:" %}
{{ form.target_object }}
{% now "N j, Y, P" %} - {% if form.cleaned_data.url %} {% endif %} {{ form.cleaned_data.name }} {% if form.cleaned_data.url %}{% endif %}
{{ comment }}