{% 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 %} {% if player.id_in_group == 1%}{% include 'GSS_low/Instructions.html' %}{% endif %} {% if player.id_in_group == 2%}{% include 'GSS_low/Instructions2.html' %}{% endif %} {% endblock %}