{% extends "global/Page.html" %} {% load otree static %} {% block title %} Task {{ Constants.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 ssb > player.annual_benefits %} including the annual benefit of {{ player.annual_benefits }} and a one-time lumpsum in this period of {{ player.lumpsum_benefits }}{% 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 %}