{% extends "global/Page.html" %} {% load otree static %} {% block title %} Embedded Style Sheet {% endblock %} {% block content %}

Double Knife against 2 player.

Description:
You are the third mover and the first one to choose among the three pieces at hand.
Divisions are displayed on this website by blue lines or rectangles.

The first mover has cut the cake into three parts.
The second mover has trimmed her most valued piece and the trimmings which is covered by blue will be divided later.
If you do not see a part covered by blue, then there is no trimmings part.

Suggestion:
If you choose the piece that is worth the most for you,
you guarantee that you will receive at least 40 points.

Value of left: {{ player.value_after_trim_1 }}

Value of middle: {{ player.value_after_trim_2 }}

Value of right: {{ player.value_after_trim_3 }}

Round {{ R }}

Your score: {{ P }}

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