{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %}
You started with an endowment of {{Constants.endowment}}, of which you contributed {{player.effort}} to the group. Your group members contributed a total of {{group.total_payoff}}, making the total pool worth {{group.total_contribution}}. Your personal contributions made up {{player.ratio}}% of this total pool. As a result, you will recieve {{ player.individual_share }} from the pool. Your private tokens have also doubled in value. Your profit, the sum of your private tokens and your individual group share, is therefore {{player.payoff}}
{% next_button %} {% endblock %}