{% extends "global/Page.html" %} {% load otree %} {% block title %}Auction Results{% endblock %} {% block content %}
| Asset Type 1 | Your bid | Number bid for | Price of Asset 1 | Number won | Your Spending |
|---|---|---|---|---|---|
| Results: | {{ player.bid_amount_type1 }} | {{ player.number_Type1 }} | {{ player.asset1auctionprice }} | {{ player.owned_type1 }} | {{ player.auction_spending1 }} |
| Asset Type 2 | Your bid | Number bid for | Price of Asset 2 | Number won | Your Spending |
|---|---|---|---|---|---|
| Results: | {{ player.bid_amount_type2 }} | {{ player.number_Type2 }} | {{ player.asset2auctionprice }} | {{ player.owned_type2 }} | {{ player.auction_spending2 }} |