{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Results {% endblock %} {% block content %}
You started with an endowment of {{ Constants.endowment }}, of which you contributed {{ player.contribution }}. Your group contributed a total of {{ group.total_contribution }}, resulting in an individual share of {{ group.individual_share }} Therefore, your profit is {{ player.payoff }}. Your punishment is {{ player.punishment }}.
{% next_button %} {% endblock %}