{% extends "global/Page.html" %} {% load otree static %} {% block title %} Round {{ player.round_number }} of {{num_rounds}}: Make Your Price Prediction {% endblock %} {% block content %} You are waiting to enter the market in a future round, in the meantime please make a prediction about the average price you expect to observe in the market for this round.

Enter your price prediction:  
{{prediction_max|cu|to0}}
{{prediction_min|cu|to0}}

Note: If you do not make a choice, a prediction of zero will be assumed. {% endblock %}