{% extends "global/Page.html" %} {% load otree %} {% block title %} Bid {% endblock %} {% block content %}
Remaining time:
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.
| Player | Bid |
|---|
| # | My Bid |
|---|
{% include Constants.instructions_template %} {% endblock %}