{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Auction 1 - Round {{player.round_number}} {% endblock %} {% block content %}
Your private value ist {{player.private_value}}
You are now in Stage 2:
You and the other player can place one last bid.
(If you or the other player submit a bid, you will go back to Stage 1)

No bids have been placed yet.
The current price is {{second_price}}
Your current bid is: {{max_bid}}
{% formfield player.second_stage_bid_amount with label=''%}

{% include Constants.instructions_template %} {% endblock %} {% block scripts %} {% endblock %}