{% extends "LtF/Base.html" %} {% load staticfiles otree %} {% load i18n %} {% block title %} {% trans "Rank" %} {% endblock %} {% block content %} {% if player.role == 'CB'%}

{% trans "Congratulation!" %}

The experiment is over

{% endif %}
{% for p in player_in_all_rounds %} {% if p.subsession.round_number == now %} {% 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}}%
{{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}}%
{% blocktrans trimmed %} Click next after you have carefully read your new instructions, and answered the questions written at the end of the instructions.{% endblocktrans %}
{% next_button %}
{%block script%} {%endblock%} {% endblock %}