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

You have finished this stage and earned {{player.payoff}}.
In the chat window below you can chat with your opponent about whether you are satisfied with the result or not.

Own Value

{{ player.payoff }}

Value of opponent's part

{{ player.opponentvalue }}points

{% chat channel=group.id_in_subsession%}
{% endblock %} {% block styles %} {% endblock %}