{{ block title }}Contribute{{ endblock }} {{ block content }}
This is a public goods game with {{ Constants.players_per_group }} players per group and an efficiency factor of {{ Constants.multiplier }}. You are {{ player.role }}. Your endowment is {{ participant.endowment}}.
Endowments in your group are distributed as follows:
Player 1: {{endowment1}} {{if player.role == "Player 1"}} (you) {{endif}}
Player 2: {{endowment2}} {{if player.role == "Player 2"}} (you) {{endif}}
Player 3: {{endowment3}} {{if player.role == "Player 3"}} (you) {{endif}}
DEBUGGING Rounds is payoff relevant: {{player.payoff_relevant}}. Of these, {{participant.rounds_payoff}} are counted for the payoff.
{{ formfields }} {{ next_button }} {{ endblock }}