{{ 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}}.

{{if player.first_transparent}}

This was a transparent round, so Participant A knows what you sent back to them in this round.

{{else}}

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}} {{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}}.

{{if player.second_transparent}}

This was a transparent round, so Participant A knows what you sent back to them in this round.

{{else}}

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}} {{endif}} {{ next_button }} {{ endblock }}