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

The value of the object to you is {{ player.private_value }}. If you win the auction, you would have a payoff of {{ endowment_plus_private_value }} - second highest bid.

Your bid:
{% next_button %} {% include Constants.instructions_template %} {% endblock %} {% block scripts %} {% endblock %}