{% load i18n %} {% load comments %} {% load comments_ink %} {% if display_preview %} {{ 0|indent_divs }} {% 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" %}