{{ block title }} Contribution decision {{ endblock }} {{ block content }}
We will now start the actual game.
There is only one period for this game. You are matched with another participant who has also signed up to take part in the study.
{{ if player.treatment == 'OIF' and player.reveal == '1'}}You chose to reveal the other group member’s endowment.
You have been allocated {{ my_endowment }} tokens. The other group member has been allocated {{ other_endowment }} tokens.
{{ elif player.treatment == 'OIC' and player.reveal == '1'}}You chose to reveal the other group member’s endowment.
You have been allocated {{ my_endowment }} tokens. The other group member has been allocated {{ other_endowment }} tokens.
{{ elif player.treatment == 'OIF' and player.reveal == '2' }}You chose not to reveal the other group member’s endowment.
You have been allocated {{ my_endowment }} tokens. You do not know the endowment of the other group member you are matched with.
{{ elif player.treatment == 'OIC' and player.reveal == '2' }}You chose not to reveal the other group member’s endowment.
You have been allocated {{ my_endowment }} tokens. You do not know the endowment of the other group member you are matched with.
{{ elif player.treatment == 'FT' }}You have been allocated {{ my_endowment }} tokens. The other group member has been allocated {{ other_endowment }} tokens.
{{ elif player.treatment == 'FI' }}You have been allocated {{ my_endowment }} tokens. You do not know the endowment of the other group member you are matched with.
{{ endif }}Your task is to decide how many tokens you would like to contribute to the project.
{{ formfield 'contribution' }}