{% extends "global/Page.html" %} {% load otree static %} {% block title %} Result {% endblock %} {% block content %}
| Your contribution | {{ player.contribute }} |
| Others in your group contributed: | |
| {{ p.contribute }} | |
| group total | {{ group.sum }} |
| Individual Share | {{ group.individual_share }} |
| Your payoff | {{ player.payoff }} |
| Cumulative payoff | {{ participant.payoff }} |