{% 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 value Your bid Your payment Your payoff
{{ player.value_item }} {{ player.bid_amount }} {{player.payment}} {{ player.payoff|floatformat:"-2" }}
{% next_button %} {% endblock %}