{% 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 further delay will not increase your benefit level.

Your age: {{ age }}
Your savings: {{ starting_balance }} points

Your social security amount in this period: {{ ssb_benefits_period9 }} points
Your annual social security benefit in every future period : {{ Constants.annual_benefit }} points



{% next_button %} {% endblock %}