{% extends "global/Page.html" %} {% load otree %} {% block title %} Session 1 - Round {{ round_in_session }} {% endblock %} {% block styles %} {% endblock %} {% block content %}
The Bot
Cooperate Defect
You {{Constants.both_cooperate_payoff}}, {{Constants.both_cooperate_payoff}} {{ Constants.betrayed_payoff }}, {{Constants.betray_payoff}}
{{Constants.betray_payoff}}, {{ Constants.betrayed_payoff }} {{Constants.both_defect_payoff}}, {{Constants.both_defect_payoff}}
{% include Constants.history_template %} {% include Constants.instructions_template %} {% endblock %}