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

Round {{ player.round_number }}

Results

You were the {{ if is_first_mover }}First Player{{ else }}Second Player{{ endif }} this round.
{{ if player.round_number == C.VOTING_ROUND }}
A majority of your group voted for game: {{ winning_game_label }}. Payoffs this round were calculated using the winning game's declarations.

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

{{ else }}

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

{{ endif }}

Your payoff this round

{{ player.round_payoff }}

Cumulative payoff

{{ cumulative_payoff }}

{{ next_button }}
{{ endblock }}