{% extends "global/Page.html" %} {% load otree static %} {% block title %} Questionnaire {% endblock %} {% block content %}
{% formfield player.gender %}
{% formfield player.age %}
{% formfield player.children %}
{% formfield player.politic %}
{% formfield player.control_questionnaire %}
{% formfield player.education %}
{% formfield player.income %}
{% formfield player.religion %}
{% formfield player.nationality %}
{% formfield player.student %}
{% formfield player.comments %}
{% next_button %}
{% endblock %}