{{ block title }} Round {{ player.round_number }} of {{num_rounds}}: Results {{ endblock }} {{ block content }} {{ if player.is_playing == 0 }}
Your prediction | {{ player.prediction }} |
---|---|
Average price | {{ p.group.average_price|cu|to1 }} |
→ Round Payoff | {{ player.round_payoff|cu|to2 }} |
Assets in your possession | {{ player.num_items }} |
---|---|
Money in your possession | {{ player.money|cu|to2 }} |
→ Round Payoff | {{ player.round_payoff|cu|to2 }} |
Round | Your Role | Average Price | Your Round Payoff |
---|---|---|---|
{{ p.round_number }} | {% if p.is_playing == 1 %} {% if p.is_buyer == 1 %} Buyer {% else%} Seller {% endif %} {% else %} Predictor {% endif %} | {{ p.group.average_price|cu|to1 }} | {{ p.round_payoff|cu|to1 }} |