{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Auction 2 - Round {{player.round_number}} {% endblock %} {% block content %}
Your private value ist {{player.private_value}}
You are now in Stage 1:
You and the other player{% if C.NUM_OTHERS > 1 %}s{% endif %} can place as many bids as you wish until time runs out.

No bids have been placed yet.
The current price is
Your current bid is:

{% include C.INSTRUCTION_TEMPLATE %} {% endblock %} {% block scripts %} {% endblock %}