{% extends "global/Page.html" %} {% load otree static %} {% block title %} Task {{ task }}, period {{ player.round_number }} {% endblock %} {% block content %} Your age is {{ age }}.
Your total available points for consumption: {{ intermediate_balance }} points{% if player.round_number > 1 %} (Last period's ending balance of {{ last_balance }} points * 1.027 + Social Security benefit of {{ ssb }} points{% if player.ssb > Constants.annual_benefit %} including the annual benefit of {{ Constants.annual_benefit }} points and the one-time lumpsum in this period). {% else %}). {% endif %} {% else %} {% endif %}


Use the slider or insert numbers below to choose and submit your choice of consumption in this period.

If you do not make a choice, the default value of {{ default_consumption }} points will be used. This default will be updated each period to match your choice in the previous period (unless this is not a feasible option).

Consumption in this period: points.

If you consume that much, you will get a payoff this period of: $
Your ending period savings is points (available points – consumption).
After crediting interest, your savings for the next period is points (ending balance * 1.027).
The highest payoff you could get from consumption this period is: $

{% endblock %}