{{ block title }} Results {{ 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 }}