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

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