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