{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} {% endblock %} {% block content %} {% if form.workerid.errors %}
{{ form.workerid.errors.0 }}
{#

Your MTurk Worker ID:

#} {% endif %}

Research Participation Consent Form

{% include Constants.consent_template %}

By checking the box below and proceeding, I confirm that I have had the opportunity to read this consent form. I am prepared to participate in the research project described above.

I provide my informed consent:

By checking the box below and proceeding, I certify that the responses I provide in this experiment are mine alone, and were not reached in consultation with anyone else.

These responses will be my own:

{# Important to put the field here -- it is used for assign qualification value that marks the participation of the experiment #}

My MTurk Worker ID:

{{ form.workerid.errors }}

{% endblock %}