{{ extends "global/Page.html" }} {{ block title }}Results{{ endblock }} {{ block content }}
Round {{ player.round_number }}
Implemented choices ({{ winning_game_label }})
Your action
{{ if player_actual_choice }}Action A{{ else }}Action B{{ endif }}
(as {{ if is_first_mover }}First Player{{ else }}Second Player{{ endif }})
Partner's action
{{ if partner_actual_choice }}Action A{{ else }}Action B{{ endif }}
(as {{ if is_first_mover }}Second Player{{ else }}First Player{{ endif }})
Implemented choices this round
Your action
{{ if player_actual_choice }}Action A{{ else }}Action B{{ endif }}
(as {{ if is_first_mover }}First Player{{ else }}Second Player{{ endif }})
Partner's action
{{ if partner_actual_choice }}Action A{{ else }}Action B{{ endif }}
(as {{ if is_first_mover }}Second Player{{ else }}First Player{{ endif }})
Your payoff this round
{{ player.round_payoff }}
Cumulative payoff
{{ cumulative_payoff }}