{% extends "global/Page.html" %} {% load otree static %} {% block title %} Page title {% endblock %} {% block content %}
| Your endowment is: | {{ player.endowment }} |
| Your contribution is: | {{player.contribution}} |
| Total contribution is: | {{group.total_contribution}} |
| Your share is: | {{group.individual_share}} |
| Your payoff is: | {{player.payoff}} |
| Your total payoff is: | {{participant.payoff}} |