{% extends "LtF/Base.html" %} {% load staticfiles otree %} {% load i18n %} {% block title %} {% endblock %} {% block content %} {% if subsession.round_number < 2 %}
{% include "LtF/table_init.html" %}
# {% trans "Output" %} {% trans "Interest" %} {% trans "Inflation" %} {% trans "Expectation" %}
{% endif %} {%if subsession.round_number >= 2%}
{% include "LtF/table_pre.html" %}
{%endif%}
Now we are in period {{now}}, and you have to make your forecast about inflation in period {{tomorrow}}.
{% trans " Please pick a number (decimals allowed):" %} {% formfield player.guess_pi label="" %} {% formfield player.guess_y label="" %} {% next_button %}
{% endblock %} {% block scripts %} {% endblock %}