{{ extends "global/Page.html" }} {{ block title }}Results{{ endblock }} {{ block content }}

Round {{ player.round_number }}

What happened this round

You were the {{ if is_first_mover }}First Player{{ else }}Second Player{{ endif }} this round.
{{ if player.round_number == C.VOTING_ROUND }}
Your group voted for: {{ winning_game_label }}. Your earnings this round were calculated using the choices you made for that game.

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 }})

{{ else }}

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 }})

{{ endif }}

Your earnings this round

{{ player.round_payoff }}

{{ next_button }}
{{ endblock }}