{{ block title }} {{ endblock }} {{ block content }}
{{ if player.endowment == 10 }}

From the viewpoint of a neutral uninvolved arbitrator, what is the fair amount of tokens that you should contribute to the project? (Your response should be a number between 0 and 10 tokens.)

{{ elif player.endowment == 30 }}

From the viewpoint of a neutral uninvolved arbitrator, what is the fair amount of tokens that you should contribute to the project? (Your response should be a number between 0 and 30 tokens.)

{{ endif }}

{{ formfield 'own_fair' }}


From the viewpoint of a neutral uninvolved arbitrator, what is the fair amount of tokens that the other group member should contribute to the project? (Your response should be a number between 0 and {{ other_endowment_belief }} tokens.)

{{ formfield 'other_fair' }}


{{ if player.endowment == 10 }}

From the viewpoint of a neutral uninvolved arbitrator, what is the morally right amount of tokens that you should contribute to the project? (Your response should be a number between 0 and 10 tokens.)

{{ elif player.endowment == 30 }}

From the viewpoint of a neutral uninvolved arbitrator, what is the morally right amount of tokens that you should contribute to the project? (Your response should be a number between 0 and 30 tokens.)

{{ endif }}

{{ formfield 'own_moral' }}


From the viewpoint of a neutral uninvolved arbitrator, what is the morally right of tokens that the other group member should contribute to the project? (Your response should be a number between 0 and {{ other_endowment_belief }} tokens.)

{{ formfield 'other_moral' }}

{{ endblock }}