{% 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 have played for {{ R }} round(s) and earned {{ player.payoff_help }} in total.
Here you see all the cuts in this round.

Round

{{ player.round_number }}

Own Value

{{ player.leftmostvalue_1 }}

Value of grey part

{{ player.leftmostvalue_2 }}

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