{% 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 of the cake in this round.
You are assigned the dark red part of the cake and earn {{ player.payoff }}.
In the chat window below you can chat with your opponent about whether you are satisfied with the result or not.

Round

{{ player.round_number }}

Own Value

{{ player.value_own_piece }}

Value of black

{{ player.value_other_piece }}

{% chat nickname="Chooser" channel=group.id_in_subsession%}
{% endblock %} {% block styles %} {% endblock %}