{{ extends "global/Page.html" }} {{ block title }}Results{{ endblock }} {{ block content }}
Round {{ player.round_number }}
Choices made this round ({{ winning_game_label }})
Your choice
{{ if player_actual_choice }}Strategy A{{ else }}Strategy B{{ endif }}
(as {{ if is_first_mover }}Strategy A{{ else }}Strategy B{{ endif }})
The other player's choice
{{ if partner_actual_choice }}Strategy A{{ else }}Strategy B{{ endif }}
(as {{ if is_first_mover }}Second Player{{ else }}First Player{{ endif }})
Choices made this round
Your choice
{{ if player_actual_choice }}Strategy A{{ else }}Strategy B{{ endif }}
(as {{ if is_first_mover }}First Player{{ else }}Second Player{{ endif }})
The other player's choice
{{ if partner_actual_choice }}Strategy A{{ else }}Strategy B{{ endif }}
(as {{ if is_first_mover }}Second Player{{ else }}First Player{{ endif }})
Your earnings this round
{{ player.round_payoff }}