{% 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 the lucky buyer! You can get the item for free!
Your profit in this period = your value for the item = {{ player.profit_1}};
Now your account has {{ player.account_1}};
{% next_button %}
{% include Constants.instructions_template %} {% endblock %}