{% extends "global/Page.html" %} {% load otree %} {% block title %} {% endblock %} {% block content %}
The following table summarizes the survival cutoff and the random number drawn from 1 to 100 in each period. As mentioned earlier, the first period when the random draw is greater than the survival cut-off is the termination/death period.
{% for p in player_in_all_rounds %} {% endfor %}
Period Survival Cutoff Social Security Benefit Consumption Ending Savings Period Payoff Cumulative Payoff
{{ p.round_number }} {{ }} {{ p.ssb }} {{ p.consumption }} {{ p.ending_balance }} ${{ p.period_payoff }} ${{ p.cumulative_payoff }}
Round {{ paying_round }} was the death/termination round.

Your cumulative payoff till Round {{ paying_round }} of Task {{ paying_task }} is {{ currencypayoff }}.

{% next_button %} {% endblock %}