{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Results {% endblock %} {% block content %}

{% if same_choice %} Both of you chose {{ my_decision }}. {% else %} You chose {{ my_decision }} and the other individual chose {{ other_player_decision }}. {% endif %}

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

{% next_button %} {% include 'GSC_high/Instructions.html' %} {% endblock %}