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

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