{% extends "global/Page.html" %} {% load otree static %} {% block title %} Task {{ Constants.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: {{ player.starting_balance }} points

Your social security amount in this period: {{ player.ssb }} points
Your annual social security benefit in every future period : {{ player.annual_benefits }} points



{% next_button %} {% endblock %}