{{ extends 'global/Page.html' }} {{ block title }}
Period | BOT Price (Tokens) | Inflation (%) | Interest Rate (%) | Production (% Capacity) |
---|---|---|---|---|
{{ item.round }} | {{ item.price}} | {{ item.inflation}} | {{ item.interest}} | {{ item.output}} |
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 %} |