{% extends "global/Page.html" %} {% load otree %} {% block title %}Asset changes{% endblock %} {% block content %}

This was market trading round {{ group.round_number}} out of 9.

{{ group.asset1outcome }} You own {{ player.owned_type1 }} Type 1 assets, so the change to your banked funds from Type 1 assets was {{player.asset1earningschange}}.

{{ group.asset2outcome }} You own {{ player.owned_type2 }} Type 2 assets, so the change to your banked funds from Type 2 assets was {{player.asset2earningschange}}


Your banked funds are thus {{ player.bankedaccount }}.
Your spending funds are {{ player.available_funds }}.

Asset 1 History:
{{ player.purchasehistory }}
Asset 2 History:
{{ player.purchasehistory2 }} {% next_button %} {% endblock %}