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

Your value was {{ player.value }}

Your bid was {{ player.bid }}

The highest bid was {{ group.highest_bid }}

The second highest bid was {{ group.second_highest_bid }}

You {% if player.is_winner == True %} won {% else %} did not win {% endif %} the auction.

Your period payoff: {{ player.payoff }}

Your total payoff in this game is {{ participant.payoff }}

{% next_button %} {% endblock %}