{% extends "global/Page.html" %} {% load otree %} {% block title %} Round {{ player.round }} {% endblock %} {% block content %}

Choose between 1 and 2

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

No choice selected

History of the match:

{% for node in history %} {% endfor %}
Round My Choice Other's Choice
{{ node.round }} {{ node.my_choice }} {{ node.other_choice }}

Summary of instructions:

{% endblock %}