{{ 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 a transparent round, so Participant A knows what you sent back to them in this round.
{{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 a transparent round, so Participant A knows what you sent back to them in this round.
{{endif}} {{ next_button }} {{ endblock }}