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

{% if match_number > 9 %}{% endif %} Match: {{ current_match }}   Round: {{ period_number }}

{% include 'prisoners_dilemma/History.html' %}

 Please Make a Choice

Other's Choice
1 2
Your Choice 1 {{ cc }}, {{ cc }} {{ cd }}, {{ dc }}
2 {{ dc }}, {{ cd }} {{ dd }}, {{ dd }}
Probability the match continues
for another round: {{ delta }}%
{% endblock %}