{% extends "global/Page.html" %} {% load otree %} {% block title %} Your Choice {% endblock %} {% block content %}
| The Other Participant | |||
|---|---|---|---|
| Cooperate | Defect | ||
| You | {{both_cooperate_payoff}}, {{both_cooperate_payoff}} | {{betrayed_payoff }}, {{betray_payoff}} | |
| {{betray_payoff}}, {{betrayed_payoff }} | {{both_defect_payoff}}, {{both_defect_payoff}} | ||
Here you can chat with the other participant.
{% chat %} {% endblock %}