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

Your cut in the last stage was not challenged.
You are assigned the brown part of the cake and earn {{ player.right_piece }} points.
Until now you have played for {{ R }} round(s) and earned {{ player.payoff_help }} in total.

Round

{{ player.round_number }}

Own Value

{{ player.right_piece }}

Value of black

{{ player.left_piece }}

Value of grey

{{ player.middle_piece }}

Value of dark red

{{ player.far_right_piece }}

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