{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Your Choice {% endblock %} {% block styles %} {% endblock %} {% block content %}
The Other Individual
Up Center Down
You {{Constants.up_amount}}, {{Constants.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_amount}}, {{Constants.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 }}
{% include 'GSC_high/Instructions.html' %} {% endblock %}