{% extends "global/Page.html" %} {% load otree static %} {% block title %}

You started with an endowment of {{Constants.endowment}}, of which you contributed {{player.contribution}}. Your group contributed {{group.total_contribution}}, resulting in an individual share of {{group.individual_share}}. Your profit is therefore {{player.payoff}}.

{% endblock %} {% block content %} {% next_button %} {% endblock %}