{% 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 you do not have sufficient savings to cover minimum consumption of 14887.
| Your age: | {{ age }} |
| Your savings: | {{ player.starting_balance }} |
| Your social security amount in this period: | {{ player.ssb_benefits_low_balance }} |
| Your annual social security benefit in every future period : | {{ player.annual_benefits }} |