{% 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 get the right part in this round.
You are assigned the dark red part of the cake and earn {{ player.payoff }}.
Until now you have played for {{ R }} round(s) and earned {{ player.payoff_help }} in total.

Round

{{ player.round_number }}

Own Value

{{ player.value_own_piece }}

Value of black

{{ player.value_other_piece }}

cut

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

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