{% 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 %}