{{ extends 'global/Page.html' }} {{ block title }}Choose an Amount to Send Back{{ endblock }} {{ block content }}

Participant A chose a transparency level of {{player.transparency}}%. This means that they will find out how much you send back to them with a probability of {{player.transparency}}%.

Participant A sent you {{player.first_sent_amount}} in round 1. You therefore received {{tripled_amount}}.

It is now your turn to choose how much (if any) of this amount ({{tripled_amount}}) to send back to Participant A. Remember that you will keep any amount not sent back, and that Participant A will find out how much you sent back {{player.transparency}}% of the time.

{{ formfields }} {{ next_button }} {{ include C.INSTRUCTIONS_TEMPLATE }} {{ endblock }}