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

You have finished this round and earned {{player.payoff}} from the main part and trimmings part.
Here you see how much do the parts that your opponents got worth for you.
Until now you have played for {{ R }} round(s) and earned {{ player.payoff_help }} in total.

Round

{{ player.round_number }}

Own Value

{{ player.payoff }}

Value of opponent 1's part

{{ player.opponent_1_value }}

Value of opponent 2's part

{{ player.opponent_2_value }}

Please click on the button, and then wait for the remaining two players to proceed...
Otherwise you will be automatically redirected to the next page after 30s.

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