{% trans "Preview your comment" %} {% trans "Comment sent to:" %} {{ form.target_object }} {% if form.reply_to.value == "0" %} {{ 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 %} {% trans "comment in preview" %} {{ form.cleaned_data.comment|linebreaks|escape }} {% else %} {% with parent=form.reply_to.value|get_comment %} {% get_user_avatar_or_gravatar comment.user_email "36,identicon" %} {% if parent.url %}{{ parent.name }}{% else %}{{ parent.name }}{% endif %} ⋅ {{ parent.submit_date }} ΒΆ {{ parent.comment|linebreaks|escape }} {% endwith %} {% get_user_avatar_or_gravatar form.cleaned_data.email "36,identicon" %} {% if form.cleaned_data.url %}{{ form.cleaned_data.name }}{% else %}{{ form.cleaned_data.name }}{% endif %} {% trans "comment in preview" %} {{ form.cleaned_data.comment|linebreaks|escape }} {% include "comments/form.html" %} {% endif %} {% if form.reply_to.value == "0" %} Your comment {% include "comments/form.html" %} {% endif %}