{% load i18n %}
{% for field, value in post_data.iteritems %} {% if field != "captcha" %}{% endif %} {% endfor %}

{% trans "Are You Human?" %}

{% trans "To protect the server against attacks we have to verify that submissions are made by human users." %}

{% trans "Please answer this question:" %}

{{ form.knotty_question|safe }} = {{ form }}