{% extends "global/Page.html" %} {% load otree %} {% block title %} Part 2 {% endblock %} {% block content %}
The buyer wrote {{player.participant.buyer_price}} ECU on the piece of paper. This is below the minimum acceptable price your reported of {{player.participant.wta_t2}} ECU. As a result you have kept the gold nugget and not sold it to the buyer.
And it turns out that the gold is worth {{player.participant.gold_value}} ECU. You will receive this payment at the end of the experiment.
{{ else }}The buyer wrote {{player.participant.buyer_price}} on the piece of paper. This is above the minimum acceptable price your reported of {{player.participant.wta_t2}}.
As a result the gold has been sold to the buyer and you will get {{player.participant.wta_t2}} ECU, which will be paid to you at the end of the experiment.
{{endif}}You may now proceed to the survey.