{% extends "global/Page.html" %} {% load otree static %} {% block title %} Socio-demographic Questionnaire {% endblock %} {% block content %} Please fill in the questionnaire below. {% formfield player.age %}
{% formfield player.gender %}
{% formfield player.nationality %}
{% formfield player.levelOfEducation %}
{% formfield player.employment %}

{% formfield player.comment %}


{% next_button %} {% endblock %}