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

Double Knife against 2 player.

Description:
Now it's the stage to divide the trimmings.
The player who chose the trimmed part earlier has cut the trimmings into three parts.
You are the first one to choose from them.
Divisions are displayed on this website by blue lines,
while the main parts which have been divided are covered by blue rectangles.

Suggestion:
If you have followed the suggestions earlier and choose the piece that is worth the most for you in this stage,
you guarantee that you will receive at least 40 points in this round.

Value of left: {{ player.value_trimmings_1 }}

Value of middle: {{ player.value_trimmings_2 }}

Value of right: {{ player.value_trimmings_3 }}

Round {{ R }}

Your score: {{ P }}

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