{% extends "HSM_main/Base.html" %} {% load staticfiles otree %} {% load i18n %} {% block content %}
{% include "HSM_main/table_main.html" %} {% if subsession.round_number < scrollswitch %}
{% elif subsession.round_number >= scrollswitch %}
{% endif %}

{% trans "CB Forecast" %}

{{signal}} %

{% blocktrans %}Now we are in period {{now}}, and you have to make your forecast about inflation in period {{tomorrow}}.{% endblocktrans %}

{% trans "Please pick a number (decimals allowed):" %} {% formfield player.guess_pi label="" %} {% next_button %}
{%if group.treat != 'fundamental' %} {%if subsession.round_number >= Constants.shockperiod %} {%if subsession.round_number <= Constants.shockperiodend %} {% endif %} {% endif %} {% endif %}
{% block scripts %} {% endblock %} {% endblock %}