{% extends "global/Page.html" %} {% load otree %} {% block title %} Confirm bid in Period 1 {% endblock %} {% block content %}
Your value in this period is {{ player.value_1}};
Your bid in this period is {{ player.bid_1}};
If your bid is not less than the secret price, you can get the item, can pay the secret price.
Otherwise you cannot get the item.
{% next_button %}
{% include Constants.instructions_template %} {% endblock %}