{% block title %} Demographic Survey {% endblock %} {% block content %}

You will be paid an additional $5 for completing this survey.

Remember that all responses in today's experiment are anonymous and none of your answers are linked to you.

{% for field in form %} {% if field.name != 'complete' %} {% formfield field %} {% endif %} {% endfor %}

{% endblock %} {{ block scripts }} {{ endblock }}