{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Results of Task {{ Constants.Task }}
{% endblock %}
{% block content %}
Following is the summary of results in Task {{ Constants.Task }}.
{% next_button %}
History of results
| Task | Period | Beginning Savings | Social Security Benefit | Consumption | Ending Savings | Period Payoff | Cumulative Payoff |
|---|---|---|---|---|---|---|---|
| {{ Constants.Task }} | {{ p.round_number }} | {{ p.starting_balance }} | {{ p.ssb }} | {{ p.consumption }} | {{ p.ending_balance }} | ${{ p.period_payoff }} | ${{ p.cumulative_payoff }} |