{% extends "global/Page.html" %} {% 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.

{% formfields %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}