{% block title %}Results for Round {{ subsession.round_number }} {% endblock %} {% block content %}

{{ if is_FPSB == 0 }} {{ endif }}

{{ if player.is_round_winner }} You won the auction! {{ else }} You lost the auction! {{ endif }}

Your Value: ${{player.value}}
Your Bid ${{player.bid }}
Highest Bid $
Second Highest Bid ${{second_highest_bid}}
Your payoff
{{player.payoff}}
{% next_button %} {% endblock %} {% block scripts %} {% endblock %}