{{ block title }} {% if player.round_number == 1 %} Trade - Period 5 {% endif %} {% if player.round_number == 2 %} Trade - Period 6 {% endif %} {{ endblock }} {{ block content }}

Your role {{ if player.is_buyer }}buyer{{ else }}seller{{ endif }}
{{ if player.is_buyer }} Valuation (you should buy for less than) {{ else }} Cost (you should sell for more than) {{ endif }} {{ player.break_even_point }}
Items in your possession
Your current offer
Profits


Bids

Asks



{{ include 'double_auction_seller_adv/chart.html' }} {{ endblock }}