{{ extends 'global/Page.html' }} {{ block title }}Results{{ endblock }} {{ block content }}

Summary of results:

{{if player.round_number == 1}}

Participant A sent you {{player.first_sent_amount}}.
You received {{tripled_amount}}.
You sent back {{player.first_sent_back_amount}}.
Your total payoff is {{tripled_amount}} - {{player.first_sent_back_amount}} = {{payoff}}.

This was not a transparent round, so Participant A won't find out what you sent back to them until the game is over.

{{else}}

Participant A sent you {{player.second_sent_amount}}.
You received {{tripled_amount}}.
You sent back {{player.second_sent_back_amount}}.
Your total payoff is {{tripled_amount}} - {{player.second_sent_back_amount}} = {{payoff}}.

This was not a transparent round, so Participant A won't find out what you sent back to them until the game is over.

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