{% extends "global/Page.html" %} {% load otree static %} {% block title %} Task {{ task }}, period {{ player.round_number }} {% endblock %} {% block content %}
Your age: {{ age }}
Your savings (including interest): {{ starting_balance }} points

You have already claimed your social security benefits.
Your social security amount per period: {{ Constants.annual_benefit }} points



{% next_button %} {% endblock %}