{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results: Period {{subsession.round_number}} {% endblock %} {% block content %} Total group contributions: {{group.group_project}}
Personal contribution: {{player.contribution}}
Payoff without deductions: {{player.first_payoff}}
You spent in total {{player.reduced}} token(s) reducing other participants' earnings
Other participants spent {{player.punished}} token(s) to reduce your earnings by {{player.actual}} tokens
Your final payoff for this period is {{player.final_payoff}}

{% next_button %} {% endblock %}