{% extends "global/Page.html" %} {% load otree %} {% block title %}Results{% endblock %} {% block content %}
| Asset Type 1 | Amount owned at end of period | Your bid to buy | Number to buy | Your ask to sell | Number to sell | Asset price this period | Change in ownership | Your Spending/Gains |
|---|---|---|---|---|---|---|---|---|
| Results: | {{ player.owned_type1 }} | {{ player.buy_amount_type1 }} | {{ player.number_Type1 }} | {{ player.sell_amount_type1 }} | {{ player.number_sell_Type1 }} | {{ group.price1display }} | {{ player.asset1change }} {{player.displaychange1}} | {{ player.auction_spending1 }} |
| Asset Type 2 | Amount owned at end of period | Your bid to buy | Number to buy | Your ask to sell | Number to sell | Asset price this period | Change in ownership | Your Spending/Gains |
|---|---|---|---|---|---|---|---|---|
| Results: | {{ player.owned_type2 }} | {{ player.buy_amount_type2 }} | {{ player.number_Type2 }} | {{ player.sell_amount_type2 }} | {{ player.number_sell_Type2 }} | {{ group.price2display }} | {{ player.asset2change }} {{player.displaychange2}} | {{ player.auction_spending2 }} |