{% extends "LtF/Base.html" %} {% load staticfiles otree %} {% load i18n %} {% block title %} {% trans "Please wait for the others to submit their forecasts" %} {% endblock %} {% block content %}
{% if subsession.round_number < 2 %}
# {%trans "Output" %} {% trans "Interest" %} {% trans "Inflation" %} {% trans "Expectation" %}
2 {{temp_pi}}%
1
0 {{ Constants.y_init2_an }}% {{Constants.i_init2_an}}% {{Constants.p_init2_an}}%
-1 {{Constants.y_init1_an}}% {{Constants.i_init1_an}}% {{Constants.p_init1_an}}%
-2 {{Constants.y_init0_an}}% {{Constants.i_init0_an}}% {{Constants.p_init0_an}}%
{% endif %} {%if subsession.round_number >= 2%}
{% for p in player_in_all_rounds %} {% if p.subsession.round_number == now %} {% endif %} {% endfor %} {% for p in player_in_all_rounds %} {% if p.subsession.round_number == yesterday %} {% endif %} {% endfor %} {% for seed in temp_A %} {% for p in player_in_all_rounds %} {% if p.subsession.round_number == seed %} {% if p.guess_pi_lag == None %} {% elif p.guess_pi_lag != None %} {% endif %} {% if p.score == None %} {% elif p.score != None %} {% endif %} {% endif %} {% endfor %} {% endfor %}
# {% trans "Output" %} {% trans "Interest" %} {% trans "Inflation" %} {% trans "Expectation" %} {% trans "Score" %}
{{tomorrow}} {{p.guess_pi}}%
{{now}} {{p.guess_pi}}%
{{p.subsession.round_number }} {{p.group.y_an}}% {{p.group.i_an}}% {{p.group.pi_an}}% {{p.guess_pi_lag}} % {{p.score}}
0 {{Constants.y_init2_an}}% {{Constants.i_init2_an}}% {{Constants.p_init2_an}}%
-1 {{Constants.y_init1_an}}% {{Constants.i_init1_an}}% {{Constants.p_init1_an}}%
-2 {{Constants.y_init0_an}}% {{Constants.i_init0_an}}% {{Constants.p_init0_an}}%
{%endif%}
{% endblock %} {% block scripts %} {% endblock %}