{% extends "global/Page.html" %} {% load otree static %} {% block title %} Questionnaire {% endblock %} {% block content %}

Please answer a few questions about yourself.

{% formfield player.gender %} {% formfield player.age %} {% formfield player.nationality %} {% formfield player.study %} {% next_button %} {% endblock %}