{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {# % block title % #} {# #} {# % endblock % #} {% block content %}
What is your age?{% formfield player.age with label = ''%}
What is your gender?{% formfield player.gender with label = ''%}
Please indicate the highest academic degree you have completed.{% formfield player.education with label = ''%}
What is your nationality?{% formfield player.nationality with label = ''%}
{% next_button %} {% endblock %}