{{ block title }} Round Result {{ endblock }} {{ block content }}

This is Round {{ subsession.round_number }}.

{{ if subsession.is_practice_round }} This round is a Practice round. Your decisions and your payoff in this round do not affect your final payoff. {{ endif }}

{{if subsession.red_bid}} {{ if player.role_set == 'bidder'}}

{{if retake_decision == 0}} The seller decided not to retake the auction. {{else}} The seller decided to retake the auction. {{ endif}}

{{ if player.is_winner }} You won the auction. {{ if current_round_payoff == 0 }} Your payoff, however, is zero. {{ else }} Your payoff in this round is {{current_round_payoff}}. {{ endif }} {{ else }} You did not win the auction. {{ endif }}

{{ if subsession.auction == 'private' }}
Your bid Winning bid Your private value Your round payoff
{{ player.bid_amount }} {{ group.highest_bid }} {{ player.item_private_value }} {{ current_round_payoff }}
{{ elif subsession.auction == 'common' }}
Your bid Winning bid Your common signal Product common value Your round payoff
{{ player.bid_amount }} {{ group.highest_bid }} {{ player.item_common_value_signal }} {{ player.item_final_value }} {{ current_round_payoff }}
{{ else }}
Your bid Winning bid Your private value Your common signal Product common value Your total value Your round payoff
{{ player.bid_amount }} {{ group.highest_bid }} {{ player.item_private_value }} {{ player.item_common_value_signal }} {{ player.item_common_value }} {{ player.item_final_value }} {{ current_round_payoff }}
{{ endif}}

{{else}}

{{if retake_decision == 0}} You decided not to retake the auction. {{else}} You decided to retake the auction. {{ endif}}

Your payoff in this round is {{current_round_payoff}}. {{ if subsession.auction == 'private' }}
Winning bid Your round payoff
{{ group.highest_bid }} {{ current_round_payoff }}
{{ elif subsession.auction == 'common' }}
Winning bid Product common value Your round payoff
{{ group.highest_bid }} {{ player.item_common_value }} {{ current_round_payoff }}
{{ else }}
Winning bid Product common value Your payoff
{{ group.highest_bid }} {{ player.item_common_value }} {{ current_round_payoff }}
{{ endif}}

{{endif}} {{ else }}

{{ if player.is_winner }} You won the auction! {{ if current_round_payoff == 0 }} Your payoff, however, is zero. {{ else }} Your payoff in this round is {{current_round_payoff}}. {{ endif }} {{ else }} You did not win the auction. {{ endif }}

{{ if subsession.auction == 'private' }}
Your bid Winning bid Your private value Your round payoff
{{ player.bid_amount }} {{ group.highest_bid }} {{ player.item_private_value }} {{ current_round_payoff }}
{{ elif subsession.auction == 'common' }}
Your bid Winning bid Your common signal Product common value Your round payoff
{{ player.bid_amount }} {{ group.highest_bid }} {{ player.item_common_value_signal }} {{ player.item_final_value }} {{ current_round_payoff }}
{{ else }}
Your bid Winning bid Your private value Your common signal Product common value Your total value Your round payoff
{{ player.bid_amount }} {{ group.highest_bid }} {{ player.item_private_value }} {{ player.item_common_value_signal }} {{ player.item_common_value }} {{ player.item_final_value }} {{ current_round_payoff }}
{{ endif}}

{{ endif }} The following table shows all bids from your group.
All bids
{{ next_button }} {{ endblock }}