{{ extends "_static/global/Page.html" }} {{ load otree static }} {{ block title }} {{ if player.practice == 1 }} Practice Round {{ practice_round_number }} out of {{ C.NUM_PRACTICE_ROUNDS }} {{ endif }} {{ if player.practice == 0 }} Round {{ payment_round_number }} out of {{ C.NUM_PAYMENT_ROUNDS }} {{ endif }} {{ endblock }} {{ block scripts }} {{ endblock }} {{ block styles }} {{ endblock }} {{ block content }}

Asset's worth: {{ player.value | to0 }} points.
Your baseline points: {{ player.cost | to1 }}.
Opponent's baseline points: a random number between 0 and 100, all equally likely.
You will not know your opponent's baseline points and your opponent will not know your baseline points.




{{ endblock }}