{% extends "global/Page.html" %} {% load otree %} {% block title %} Demographic questions {% endblock %} {% block content %}
Please answer the following questions.
{% formfield player.gender %} {% formfield player.ethnic %} {% formfield player.ethnic2 %} {% formfield player.mumbirthplace label="In which country was your mother born?" %} {% formfield player.dadbirthplace label="In which country was your father born?" %} {% formfield player.mumocc %} {% formfield player.dadocc %} {% formfield player.householdincome %} {% formfield player.age %} {% formfield player.percentMTurk %} {% formfield player.education %} {% formfield player.marital %} {% formfield player.income %} {% formfield player.occup %} {% formfield player.state %} {% next_button %} {% endblock %}