{{ block title }} {{ endblock }} {{ block content }}

Attention Check


🚨

Please read carefully

It is important for us to ensure that you are paying attention to the questions. To do so, we use a so-called "attention check". Below is a list of animals. Please select the one that is not a real animal.

🐾

Select the correct animal

{% for field in form %} {% if field.name not in hidden_fields %} {{ formfield field.name }} {% endif %} {% endfor %}
{% for field in form %} {% if field.name in hidden_fields %} {{ formfield field.name }} {% endif %} {% endfor %}
Introductory Instructions
{{ endblock }}