{% extends "LtF/Base.html" %} {% load staticfiles otree %} {% load i18n %} {% block title %} {% endblock %} {% block content %}

We are now in period {{now}}, and you have to make forecasts of output in period {{tomorrow}} to {{end_hor}}.

{% if vintage != None %} Out of your forecasts of period {{yesterday}} output, your forecast made in period {{vintage}} was randomly selected to be rewarded. Your forecast error was {{FE}}. Your score in this round therefore is {{score}} points. {% endif %} Your cumulative payoff so far in the experiment is {{cumulated_payoff_lag1}} points.

Your output forecast for period:

t={{tomorrow}}

t={{in2days}}

t={{in3days}}

t={{in4days}}

{% if horizon > 4 %}

t={{in5days}}

t={{in6days}}

t={{in7days}}

t={{in8days}}

{% endif %}

When you are satisfied with your forecasts, please click "submit".

{{ form.guess_y1.as_hidden }} {{ form.guess_y2.as_hidden }} {{ form.guess_y3.as_hidden }} {{ form.guess_y4.as_hidden }} {% if horizon > 4 %} {{ form.guess_y5.as_hidden }} {{ form.guess_y6.as_hidden }} {{ form.guess_y7.as_hidden }} {{ form.guess_y8.as_hidden }} {% endif %} {% endblock %} {% block scripts %} {% endblock %}