{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Results {% endblock %} {% block content %}
{% if same_choice %} Both of you chose to {{ my_decision }}. {% else %} You chose to {{ my_decision }} and the other participant chose to {{ other_player_decision }}. {% endif %}
As a result, you earned {{ player.payoff }}.
{% next_button %} {% include Constants.instructions_template %} {% endblock %}