{% extends "global/Page.html" %} {% load otree static %} {% block title %} Task {{ task }}, period {{ player.round_number }} {% endblock %} {% block content %} You need to claim Social Security Benefits this period, because you do not have sufficient savings to cover minimum consumption of 14887.

Your age: {{ age }}
Your savings: {{ starting_balance }} points
Your social security amount in this period: {{ ssb_benefits_low_balance }} points
Your annual social security benefit in every future period : {{ Constants.annual_benefit }} points



{% next_button %} {% endblock %}