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

Bargaining against 1 opponent.

Description:
You have cut the cake, now please select the pieces.
If you choose "Me" for a piece, this piece is kept for yourself.
If you choose "You" for a piece, this piece is left for your opponent.
Please make choices for all pieces (from left to right).
After you send your proposal, your opponent will decide whether to accept it.

1

2

3

4

5

6

7

8

9

Round: {{ R }}

Value of pieces (from left to right)

{{ player.piecevalue_1|json }}point

{{ player.piecevalue_2|json }}point

{{ player.piecevalue_3|json }}point

{{ player.piecevalue_4|json }}point

{{ player.piecevalue_5|json }}point

{{ player.piecevalue_6|json }}point

{{ player.piecevalue_7|json }}point

{{ player.piecevalue_8|json }}point

{{ player.piecevalue_9|json }}point

{% formfields %}
{% endblock %} {% block styles %} {% endblock %}