{% extends "global/Page.html" %} {% load otree static %} {% block content %}

Round Results

Your choice: {{ my_decision }}

Other participant's choice: {{ other_decision }}

Your payoff for this round: {{ player.payoff }}

The Other Participant
Choice 1 Choice 2
You Choice 1 {{ C.PayoffCC }}, {{ C.PayoffCC }} {{ C.PayoffCD }}, {{ C.PayoffDC }}
Choice 2 {{ C.PayoffDC }}, {{ C.PayoffCD }} {{ C.PayoffDD }}, {{ C.PayoffDD }}

Game Continuation Condition:

The match continues if a die lands on one of the following faces:

{% for dice in needed %} {% endfor %}
{% endblock %}