{{ extends 'global/Page.html' }} {{ block title }}Your choice{{ endblock }} {{ block content }}
This is round {{ group.round_number }}.
You are Player {{ player.id_in_group }}. You have {{ Constants.endowment }}.
{{ formfields }}{{ next_button }}
Reminder
In each round player 1 will start with 20 points whilst player 2 will start with 0 points.
Player 1 will decide how much of their 20 points to give player 2 and this amount will be multiplied by 4 before it goes to player 2.
Player 2 will decide how much of the quadrupled amount to send back.
{{ endblock }}