{# comment form, send via AJAX used form preview, too. Based on django/contrib/comments/templates/comments/preview.html #}
{% if next %}{% endif %} {% if form.errors %}

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

{% endif %} {% for field in form %} {% if field.name == "honeypot" %} {{ field }} {% else %} {% include "admin/pylucid/includes/form_field.html" %} {% endif %} {% endfor %}