{% extends "django_comments_xtd/base.html" %} {% load i18n %} {% load comments_xtd %} {% block content %}

{% trans "Preview your comment:" %}

{% 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 %}