{% extends "global/Page.html" %} {% load otree %} {% block title %} Result in Period 2 {% endblock %} {% block content %}
Your value in this period is {{ player.value_2}};
Your bid in this period is {{ player.bid_2}};
The secret reserve price is {{ player.reserve_2}};
The membership fee is {{ player.upfront_2}}.
But you are the lucky buyer! You can get the membership fee back!
Your profit in this period is {{ player.profit_2}};
Now your account has {{ player.account_2}};
{% next_button %}
{% include Constants.instructions_template %} {% endblock %}