{{ extends 'global/Page.html' }} {{ block title }}
Stage 3 - Period {{current_round}}
Time:
{{ endblock }} {{ block content }}
Total Consumption Points: {{ decisions_data.0.total_consumption }} Total Expectation Points: {{ decisions_data.0.total_expectation}}

Historical Economic Information

{% for item in decisions_data %} {% endfor %}
Period BOT Price (Tokens) Inflation (%) Interest Rate (%) Production
(% Capacity)
{{ item.round }} {{ item.price}} {{ item.inflation}} {{ item.interest}} {{ item.output}}

Historical Performance Information

{% for item in decisions_data %} {% endfor %}
Period Cons. Units
Middle
Cons. Pts.
Middle
Cons. Units
Old
Cons. Pts.
Old
Nowcast
Pts.
Nowcast Range
Pts.
Forecast
Pts.
Forecast Range
Pts.
{{ item.round }} {{ item.units_middle}} {{ item.c_middle}} {% if item.round >= 2 %} {{ item.units_old}} {% else %} N/A {% endif %} {% if item.round >= 2 %} {{ item.consumption_utility_old}} {% else %} N/A {% endif %} {{ item.nowcast}} {{ item.nowcast_range}} {% if item.round >= 2 %} {{ item.forecast}} {% else %} N/A {% endif %} {% if item.round >= 2 %} {{ item.forecast_range}} {% else %} N/A {% endif %}


{{ next_button }}



{{ endblock }}