{% extends "global/Page.html" %} {% load otree %} {% block title %}Questionnaire{% endblock %} {% block content %}
Part 3
{% formfield player.Age %} {% formfield player.Gender %} {% formfield player.Annual_household_income %} {% formfield player.Education %} {% formfield player.E_mail %} {% formfield player.Suggestion %} {% next_button %} {% endblock %}