{% load comments i18n wagtailcore_tags wagtailimages_tags %}
{% csrf_token %} {% if form.errors %}

{% blocktrans count counter=form.errors|length %}Please correct the error below{% plural %}Please correct the errors below{% endblocktrans %}

{% endif %} {% if form.comment.errors %}{{ form.comment.errors }}{% endif %}

{{ form.comment }}

{{ form.object_pk }} {{ form.content_type }} {{ form.timestamp }} {{ form.security_hash }} {% if node.id %} {% endif %}