{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results of round {{ player.round_number }} Embedded Style Sheet jQuery Set a DIV width {% endblock %} {% block content %}

You are the second leftmost player in this round.
You are assigned the grey part of the cake and earn {{ player.leftmostvalue_2 }} points.
Until now you have played for {{ R }} round(s) and earned {{ player.payoff_help }} in total.

Round

{{ player.round_number }}

Own Value

{{ player.leftmostvalue_2 }}

Value of black part

{{ player.leftmostvalue_1 }}

Value of dark red

{{ player.whatsleft }}

1st cut

2nd cut

Please click on the button, and then wait for the remaining two players to proceed...
Otherwise you will be automatically redirected to the next page after 45s.

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