{{ block title }} Decision related to token contribution {{ endblock }} {{ block content }}
You have been allocated 20 tokens and the other three members of the group have been allocated 20 tokens each..
You have to decide how many tokens you would like to contribute to the project.
{{ formfield 'contribution' }} {{ elif player.treatment == "unequal" and player.type == "low" }}You and another group member have been allocated 10 tokens each and the other two group members have been allocated 30 tokens each.
You have to decide how many tokens you would like to contribute to the project.
{{ formfield 'contribution' }} {{ elif player.treatment == "unequal" and player.type == "high" }}You and another group member have been allocated 30 tokens each and the other two group members have been allocated 10 tokens each.
You have to decide how many tokens you would like to contribute to the project.
{{ formfield 'contribution' }} {{ endif }}