{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Bid {% endblock %} {% block content %}

The value of the item is estimated to be {{ player.item_value_estimate }}. This estimate may deviate from the actual value by at most {{ Constants.estimate_error_margin }}.

Please make your bid now. The amount can be between {{ Constants.min_allowable_bid }} and {{ Constants.max_allowable_bid }}, inclusive.

{% formfield player.bid_amount with label="Bid amount" %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}