{% load otree %} {% if round_in_session > 1 or results %}
The choices that you and the bot made in all rounds so far (including the round you just played) are shown below:
C = Cooperate, D = Defect
| Round | Your choice | Bot's choice | Your payoff | Bot's payoff |
|---|---|---|---|---|
| {{ round_num }} | {{ all_my_decisions|get_choices:round_num }} | {{ all_bot_decisions|get_choices:round_num }} | {{ all_my_payoffs|get_choices:round_num }} | {{ all_bot_payoffs|get_choices:round_num }} |
The sum of your payoffs and the bot's payoffs in the rounds played so far in the current session are shown below:
| Your total payoff | Bot's total payoff | ||
|---|---|---|---|
| Total payoff | {% else %}Total payoff so far | {% endif %}{{ my_total_payoff }} | {{ bot_total_payoff }} |