{{ block title }} Results {{ endblock }} {{ block content }} {{ if player.isWinner }} You won the auction!

Your bid was {{ player.bid }} and the second-highest bid was {{ group.second }}. With a personal item value of {{ winnerVal }}, your payoff for this round is {{ player.payoff }}.

{{ else }} You did not win.

Your bid was {{ player.bid }}, and your payoff for this round is 0. The winning bid was {{ group.highest }}. They earned a value of {{ winnerVal }} and paid the second-highest bid of {{ group.second }}, resulting in a payoff of {{ winnerPayoff }}.

{{ endif }} {{ next_button }} {{ endblock }}