{% extends "global/Page.html" %} {% load otree %} {% block title %} {% if round_curr == num_rounds %} Final Results {% else %} Results {% endif %} {% endblock %} {% block content %}

{% if same_choice %} Both of you chose to {{ my_decision }}. {% else %} You chose to {{ my_decision }} and the bot chose to {{ opponent_decision }}. {% endif %}

As a result, you earned {{ player.payoff }}.

{% if round_curr == num_rounds %}

Your total payoff at the end is {{ my_total_payoff }}.

{% endif %} {% next_button %} {% include Constants.history_template %} {% include Constants.instructions_template %} {% endblock %}