{{ block title }}Results{{ endblock }} {{ block content }}

Results

{{ if player.is_winner }} You won the auction! And your earnings for this round are {{player.payoff}} {{ elif player.is_tied }} {{ player.number_of_players_tied }} players (Including you) tied for the auction. Your earnings are {{player.payoff}} {{ else }} You did not win the auction. {{ endif }}

Your bid Winning bid Item value Your payoff Total Earnings
{{ player.bid_amount }} {{ group.highest_bid }} {{ player.item_value_actual }} {{ player.payoff }} {{ player.total_earnings }}

{{ next_button }} {{ endblock }}