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

You had 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 }}

{% if subsession.round_number == 5 %} Your final earnings from the overall game : {{player.final_payoff}} {% else %} {% endif %} {% formfields %} {% next_button %} {% endblock %}