{% extends "global/Page.html" %} {% load otree static %} {% block title %} Period 9 - Please determine the current consumption level. {% endblock %} {% block content %} Your income: {{ player.wage_9|floatformat:2 }}
Interest Rate: {{ player.ir_9 }}
Utility from the previous period: {{ player.utility_8|floatformat:2 }}
Overall utility: {{ player.acc_utility|floatformat:2 }}

{% formfields %} {% next_button %} {% endblock %}