{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Results {% endblock %} {% block content %}

Below, you can see how much you and the other participants contributed to the common pool.

You contributed:{{ player.contribution }}
One other participant contributed: {{player.playerB_contribution}}
One other participant contributed: {{player.playerC_contribution}}
One other participant contributed: {{player.playerD_contribution}}

Participants contributed a total of {{player.group_contribution}} to the common pool. The researchers doubled this amount, bringing the common pool to {{player.group_contribution_doubled}}. They then divided the pool evenly among all participants, or ยง{{player.group_contribution_divided}} per participant. Your earnings and those of the other participants are reported below.

Your new total is: {{ player.my_payoff }}
One other participant's total is: {{ player.playerB_payoff }}
One other participant's total is: {{ player.playerC_payoff }}
One other participant's total is: {{ player.playerD_payoff }}

Note: The order of participants does not correspond to their order on the last page or the order in which they arrived.


{% next_button %} {% endblock %}