{% load staticfiles otree %}

Instructions

This game has two groups: Group 1 and Group 2 . Group 1 consists of one player, Player 1. Group 2 consists of ten players.

In this game:

{% if player.role == 'g1' %}

You are in Group 1 . Each player in Group 2 will decide how much of the {{ Constants.endowment }} they would like to offer you. You will receive the average amount offered by the group

{% else %}

You are in Group 2 . You are given {{ Constants.endowment }}.

{% endif %}