{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Game 2 {% endblock %} {% block content %} {% if player.role == 'Sender' %}

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 }}.

{% include 'games/TG_Sender.html' %}

{% elif player.role == 'Receiver' %}

{% include 'games/TG_Receiver.html' %}

{% endif %}

{% next_button %}

{% endblock %}