{% load comments i18n wagtailcore_tags wagtailimages_tags %}
{% csrf_token %} {% if form.errors %}
{% trans "Please correct the error below" %}
{% 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 %}