{% load i18n %} {% load comments %} {% load comments_ink %}
{% if display_preview %}
{{ 0|indent_divs }}
{% get_user_avatar_or_gravatar comment.user_email "36,identicon" %}
{% if form.cleaned_data.url %}{{ form.cleaned_data.name }}{% else %}{{ form.cleaned_data.name }}{% endif %}
{% translate "comment in preview" %}
{{ form.cleaned_data.comment|linebreaks|escape }}
{% endif %} {% include "comments/reply_form.html" %}