{% extends "global/Page.html" %} {% load otree %} {% block title %} Session {{ session_curr }} - Round {{ round_in_session }} {% endblock %} {% block styles %} {% endblock %} {% block content %} {% if round_in_session == 1 and session_curr > 1 %} Reminder: This is the start of a new session, in which the bot now uses a different strategy.

{% endif %}
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 %}