{{ extends "global/Page.html" }}
{{ load otree static }}
{{ block title }}
Contribution (Round {{round_number_new}})
{{ endblock }}
{{ block content }}
{{if player.round_number == 2 and treatment == "ICG" or player.round_number == C.one_quarter_NUM_ROUNDS_plus_two and treatment == "ICG_then_CCG" or player.round_number == C.half_NUM_ROUNDS_plus_two and treatment == "ICG_then_CCG" or player.round_number == C.half_NUM_ROUNDS_plus_two and treatment == "CCG"}}
{{if passed_attention_check}}
You have answered the questions about the instructions correctly. Please make your first investment decision now.
{{else}}
You have answered the questions about the instructions incorrectly. You will still be able to continue with the experiment.
Please make your first investment decision now.
{{endif}}
{{endif}}
{{if treatment == "ICG" or treatment == "ICG_then_CCG" and player.round_number <= C.half_NUM_ROUNDS}}
Remember that you have a budget of {{ C.BUDGET }} {{C.currency_name}} and you can decide what share to keep and what share you invest into the public project.
There are also {{C.OTHER_PLAYERS_PER_GROUP}} other players that can invest into this project.
Everything that is invested into the project is doubled and then evenly distributed among all {{C.PLAYERS_PER_GROUP}} players.
{{endif}}
{{if treatment == "CCG" or treatment == "ICG_then_CCG" and player.round_number > C.half_NUM_ROUNDS}}
Remember that you have a budget of {{ C.BUDGET }} {{C.currency_name}} and you can decide what share to keep and what share you invest into the public project.
There are also {{C.OTHER_PLAYERS_PER_GROUP}} other players that can invest into this project.
The smallest amount invested into the project by any of the players will define the investment amount for all players.
{{endif}}
{{ formfield "contribution" }}
{{ next_button }}
{{ endblock }}