{% extends "global/Page.html" %} {% load static otree %} {% block title %} Donate to Charity? {% endblock %} {% block content %}

Before playing the game, you have the opportunity to donate $0.10 of your earnings from this game to the charity of your choice.

If you would like to donate $0.10 to charity, please enter the name of your preferred charity below.

If you would not like to donate $0.10 to charity, please enter "n/a" into the box below.



{% formfield player.charity_yn label="Given these options, I would like to..." %} {% formfield player.charitychoice label="Please enter your preferred charity:" %} {% next_button %} {% endblock %}