{% block app_styles %} {% endblock %} {% block app_scripts %} {% endblock %} {{ block title }}Results{{ endblock }} {{ block content }}

You started with an endowment of {{participant.endowment}} points of which you contributed {{ player.contribution }} to the public good. Total contributions to the public good in your group were {{ group.total_contribution }} points. This produced a public good of {{pg}} points, of which your share is {{ pg_share }} points.

Your payoff in this round: {{ display_payoff }} points.

{{ next_button }}

Detailed Summary

Public Good Contributions:
Player 1: {{contribution1}} of {{endowment1}} [{{fraction1}}%] {{if player.role == "Player 1"}} (you){{endif}}
Player 2: {{contribution2}} of {{endowment2}} [{{fraction2}}%] {{if player.role == "Player 2"}} (you) {{endif}}
Player 3: {{contribution3}} of {{endowment3}} [{{fraction3}}%] {{if player.role == "Player 3"}} (you) {{endif}}

Public good produced: {{pg}}

Payoff:
Your share of the public good: {{pg_share}}
Your retained endowment: {{ret_endow}}
Your payoff: {{display_payoff}}
{% endblock %}