{% extends "global/Page.html" %} {% load otree static %} {% block title %} RESULTS {% endblock %} {% block content %}
| Your endownment: | {{ Constants.endownment }} |
| Your contribution to the common project was: | {{player.contribution}} |
| Total contribution of you and the other group members: | {{group.total_contribution}} |
| Your share of the common profit: | {{group.individual_share}} |
| Your payoff: | {{player.payoff}} |
| Your aggregated payoff so far: | {{ participant.payoff }} |