{% extends "global/Page.html" %} {% load otree %} {% block title %} Result {% endblock %} {% block content %}

{% if same_choice %} Both of you chose to exercise {{ my_decision }}. {% else %} You chose to exercise {{ my_decision }} and your partner chose to exercise {{ opponent_decision }}. {% endif %}

As a result, you earned {{ player.payoff }} and your partner earned {{player.other_player.payoff}}.
You can write down your payment for Part 1 on the payment paper on the table.

{% next_button %} {% endblock %}