{% 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 %}
{% translate "Post your comment" %}
{% include "comments/form.html" %}