{% extends "global/Page.html" %} {% load otree %} {% block title %}Results{% endblock %} {% block content %}

{{ if player.is_winner }} You won the auction! {{ else }} You did not win the auction. {{ endif }}

Your bid Winning bid You must pay Your value
{{ player.bid_amount }} {{ group.highest_bid }} {{ player.payoff }} {{ player.item_value_estimate }}
{{ next_button }} {% endblock %}