{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Game 1 Results {% endblock %} {% block content %}

{% if player.role == "Receiver" %}

You were given {{ Constants.endowment|c }}, out of which you donated {{ group.receiver_offered|c }} to charity.

Thus your earnings from Game 1 is: {{ player.payoff|c }}.

{% else %}

You are matched with a player from a group that offered {{ group.stimulated_average|c }} on average. The average amount shared by all groups is {{ Constants.average_mean|c }}.

This group shared {{ group.compared_to_average }}.

{% endif %}

{% next_button %}

{% endblock %}