{{ block title }} Result {{ endblock }} {{ block content }}
{{ if player.is_winner }}
You won. Your payoff in this round is {{ player.payoff }}.
{{ else }}
You lost. Your payoff in this round is {{ player.payoff }}.
{{ endif }}
In this round,
{{ if player.switch }}
you switched to another door in the second stage.
You now have the option to commit to the strategy "Switch".
If you do so, you get an additional 1 game point every time you win, but you must switch your answer after you click "Open" in the following rounds.
{{ else }}
you stayed with your first-stage choice.
You now have the option to commit to the strategy "Stay".
If you do so, you get an additional 1 game point every time you win, but you lose the option to change your answer after you click "Open" in the following rounds.
{{ endif }}
{{ if player.switch }} Do you want to commit to the strategy "Switch"? {{ else }} Do you want to commit to the strategy "Stay"? {{ endif }}