{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results of Task {{ task }} {% endblock %} {% block content %} Following is the summary of results in Task 1.
{% next_button %}
History of results

{% for p in player_in_all_rounds_rev %} {% endfor %}
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 }}
{% endblock %}