{{ extends "global/Page.html" }} {{ load otree static }} {{ block title }} Contribution (Round {{player.round_number}}) {{ endblock }} {{ block content }} {{ if player.round_number == 1 }}
You and {{C.OTHER_PLAYERS_PER_GROUP}} other players can invest into a public project. The sum invested by all players is multiplied by {{ C.INVESTMENT_FACTOR }} and the profit is distributed evenly between all players. There will be {{C.NUM_ROUNDS}} rounds, in each of which you will start with a budget of {{ C.BUDGET }}
{{endif}} {{ formfield "contribution" }} {{ next_button }} {{ endblock }}