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

Results

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

Your bid Paid bid Item value Your payoff Total Earnings
{{ player.bid_amount }} {{ group.paying_bid }} {{ player.item_value_actual }} {{ player.payoff }} {{ player.total_earnings }}

{% next_button %} {{ endblock }}