{{ 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 }}
{{ else }}
Assets in your possession {{ player.num_items }}
Money in your possession {{ player.money|cu|to2 }}
    → Round Payoff      {{ player.round_payoff|cu|to2 }}
{{ endif }}


Results including this round
{% for p in player_in_all_rounds %} {% endfor %}
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 }}
{{ endblock }}