{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Your Choice {% endblock %} {% block styles %} {% endblock %} {% block content %}
{% if player.id_in_group == 1%} {% endif %} {% if player.id_in_group == 2%}
The other individual
Up Center Down
You {{Constants.Up_up_amount}}, {{Constants.up_Up_amount}} {{Constants.Up_center_amount}}, {{Constants.center_Up_amount}} {{Constants.Up_down_amount}}, {{Constants.down_Up_amount}}
{{Constants.Center_up_amount}}, {{Constants.up_Center_amount}} {{Constants.center_amount}}, {{Constants.center_amount}} {{Constants.Center_down_amount}}, {{Constants.down_Center_amount}}
{{Constants.Down_up_amount}}, {{Constants.up_Down_amount}} {{Constants.Down_center_amount}}, {{Constants.center_Down_amount}} {{Constants.Down_down_amount}}, {{Constants.down_Down_amount}}
{% endif %}
The other individual
Up Center Down
You {{Constants.up_Up_amount}}, {{Constants.Up_up_amount}} {{Constants.up_Center_amount}}, {{Constants.Center_up_amount}} {{Constants.up_Down_amount}}, {{Constants.Down_up_amount}}
{{Constants.center_Up_amount}}, {{Constants.Up_center_amount}} {{Constants.center_amount}}, {{Constants.center_amount}} {{Constants.center_Down_amount}}, {{Constants.Down_center_amount}}
{{Constants.down_Up_amount}}, {{Constants.Up_down_amount}} {{Constants.down_Center_amount}}, {{Constants.Center_down_amount}} {{Constants.down_Down_amount}}, {{Constants.Down_down_amount}}

{% if subsession.round_number > 1%} {% for p in player_in_previous_rounds %} {% endfor %} {% endif %}
Round Your choice Other individual's choice Your payoff Other individual's payoff
{{ p.subsession.round_number }} {{ p.decision }} {{ p.other_player.decision }} {{ p.round_result }} {{p.other_player.round_result }}
{% if player.id_in_group == 1%}{% include 'GSS_high/Instructions.html' %}{% endif %} {% if player.id_in_group == 2%}{% include 'GSS_high/Instructions2.html' %}{% endif %}{% endblock %}