{% extends "global/Page.html" %} {% load otree static %} {% load otree static otree_tools %} {% block title %} {% if player.consent == 0 %} Thank you for your interest! {% else %} Questionnaire {% endif %} {% endblock %} {% block content %} {% tracking_time %} {% tracking_focus %} {% if player.consent == 0 %} You have decided not to participate in the study.

You can now close the browser window. {% else %}
Please answer the following questions:
{% formfield player.sex %} {% formfield player.age %} {% formfield player.nationality %}
{% next_button %} {% endif %} {% endblock %}