{% extends "global/Page.html" %} {% load otree static %} {% block title %} Asset Market {% endblock %} {% block styles %} {% endblock %} {% block content %} The total amount of cash bid for all assets was {{ total_bid }}.

The total amount of assets offered for sale was {{ total_offer }}.

{% if trade_happens %} {% if no_trade == 1 %} You predicted there would be no trade and thus no market price ( and the actual price was {{ price }}).

{% else %} You predicted that the asset price would be {{ player.price_guess }} ( and the actual price was {{ price }}).

{% endif %} {% else %}
{% next_button %} {% endblock %}