{{ block title }} Trade {{ endblock }} {{ block content }}

{{ if player.is_buyer }} {{ endif }}
Your role {{ if player.is_buyer }}Buyer{{ else }}Seller{{ endif }}
Your car is a
Your current offer
Profits
Your Value for a Peach ${{ if player.is_buyer }}{% Constants.peach %}{{ else }}{% player.sell_peach %}{{ endif }}
Your Value for a Lemon ${% Constants.lemon %}
Probability of a Peach {% pct_peach %}%
{{ if player.is_buyer }}{{ else }}

{{ endif }}

Cars for Sale



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