{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results of round {{ player.round_number }} {% endblock %} {% block styles %} {% endblock %} {% block content %}

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

{% if player.id_in_group == 1 %}
{% elif player.id_in_group == 2 %}
{% endif %}
Round
Own Value
Value of black
{{ player.round_number }}
{{ player.value_own_piece }}
{{ player.value_other_piece }}
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 scripts %} {% endblock %}