{% extends "global/Page.html" %} {% load otree %} {% block title %} Result in Period 1 {% endblock %} {% block content %}
Your value in this period is {{ player.value_1}};
Your bid in this period is {{ player.bid_1}};
The secret price is {{ player.reserve_m_1}};
You are not the lucky buyer in this period.
Your bid = {{ player.bid_1}} >= secret price={{ player.reserve_m_1}}.
You can get the item.
Your profit in this period = your value for the item - secret price = {{ player.value_1}} - {{ player.reserve_m_1}} = {{ player.profit_1}};
Now your account has {{ player.account_1}}.
{% next_button %}
{% include Constants.instructions_template %} {% endblock %}