{% 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 the all the cuts in this round.

Round

{{ player.round_number }}

Own Value

{{ player.leftmostvalue_2 }}

Value of black

{{ player.leftmostvalue_1 }}

Value of brown

{{ player.leftmostvalue_3 }}

Value of dark red

{{ player.whatsleft }}

1st cut

2nd cut

3rd cut

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

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