{% load otree %}
In this stage, everybody in each group will allocate a given endowment between two different accounts. One account will be an individual account and the other will be a group account. The rates of return will differ between the two accounts. Each participant in the group is given {{ Constants.public_endowment }}. Each participant in the group decides how much she or he is going to contribute to the project. Contribution could be any integer from 0 to {{ Constants.public_endowment }}.And there will be 10 rounds.
The earnings from the project are calculated as follows: The contributions of all {{ Constants.players_per_group }} participants are added up, the total contribution is multiplied by a factor of {{ Constants.public_multiplier }}, and the resulting amount is the total earnings from the project, which is evenly split among all {{ Constants.players_per_group }} participants. Your payoff equals your earnings from the project, plus the amount you did not contribute.