{{ extends 'global/Page.html' }} {{ block title }}Round 3 Results{{ endblock }} {{ block content }} {{if player.id_in_group == 1}}
In the first round, you played {{group.Player_1_decision}}.
The other player played {{group.Player_2_decision}}.
Your score for the last round was round was {{player.R1_payoff}}.
Your total payoff after this match is {{player.Total_payoff}}.
{{endif}} {{if player.id_in_group == 2}}In the first round, you played {{group.Player_2_decision}}.
The other player played {{group.Player_1_decision}}.
Your score for the last round was round was {{player.R1_payoff}}.
Your total payoff after this match is {{player.Total_payoff}}.
{{endif}} {{ next_button }} {{ endblock }}