{{ block title }} Round {{ player.round_number }} of {{ num_rounds }}: Trade {{ endblock }} {{ block content }} {{ if player.is_informed == 0 }} {{ else }} {{endif}}

{{ if player.is_buyer }}You are a Buyer in this round: {{ else }}You are a Seller in this round: {{ endif }}

Your role {{ if player.is_buyer }}Buyer{{ else }}Seller{{ endif }}
Assets in your possession
Money in your possession
Your current offer


{{ if player.is_buyer }} Please enter your Bid:
{{else}} Please enter your Ask:
{{endif}}


Bids

Asks

Dividend Information:
    → Dividend per Asset is ${{dividend}}

{{ include 'double_auction_OLG/chart.html' }}

{{ endblock }}