{% 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}};

You are not the lucky buyer in this period.
Your can get the item only your bid is not less than the secret price.
You have to pay the secret price if you can get the item.

Click next to continue the experiment.

{% next_button %}

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