{% extends "base.html" %} {% load i18n baseurl %} {% block title %} {{ block.super }}: {% trans "Are You Human?" %} {% endblock %} {% block content %}
{% 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 }}