{{ block title }} Result of Round {{ player.round_number }} {{ endblock }} {{ block content }} {{ if player.id_in_group == 1 and player.win_status == True }}

You chose to wait for up to {{ group.player1_max_wait_time }} days and won!

{{ elif player.id_in_group == 1 and player.win_status == False }}

You chose to wait for up to {{ group.player1_max_wait_time }} days and lost!

{{ elif player.id_in_group == 2 and player.win_status == True }}

You chose to wait for up to {{ group.player2_max_wait_time }} days and won!

{{ elif player.id_in_group == 2 and player.win_status == False }}

You chose to wait for up to {{ group.player2_max_wait_time }} days and lost!

{{ else }}

SOMETHING HAS GONE WRONG! CHECK AND DEBUG THE CODE.

{{ endif }}

Your payoff is {{ player.payoff }}

{{ next_button }} {{ endblock }}