{% block title %}Bid{% endblock %} {% block content %}
The value of the item for you is {{ player.private_value }}.
{% if player.id_in_group == 1 %}Oh wow, you have received inside information about the value of the item for the others you are bidding against.
If you want to use it, click (show)
{% endif %}Please make your bid now. The amount can be between {{ C.BID_MIN }} and {{ C.BID_MAX }}, inclusive.
{{ formfields }} {{ next_button }} {% endblock %}