{% extends "global/Page.html" %} {% load otree static %} {% block title %} Questionnaire {% endblock %} {% block content %}

Please answer a few final questions

Age: {% formfield player.age %}
Gender: {% formfield player.gender %}
Race: {% formfield player.race %}
Major: {% formfield player.major %}
How often do you attend religious/spiritual services? {% formfield player.religion %}
Have you volunteered within the past year? {% formfield player.volunteer %}
Have you donated to a charitable cause within the past year?: {% formfield player.donate %}

{% next_button %} {% endblock %}