{% extends "otree/Page.html" %} {% load otree static %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %} {% block content %}

Round {{RN}}.

Your Exam Score: {{player.examScore}}
Which College do you apply?

{{if player.squareOnTheLeft}} {{ formfield_errors 'choseS' }} {{else}} {{ formfield_errors 'choseS' }} {{ endif }}
{{if player.squareOnTheLeft}} {{ for p in pp }} {{ endfor }}
College ∆ History Table
Round Admission Cutoff Average Exam Score
{{ p.round_number }} {{ p.group.cutOffForS }} {{ p.group.avgScoreForS }}
{{else}} {{ for p in pp }} {{ endfor }}
College ○ History Table
Round Admission Cutoff Average Exam Score
{{ p.round_number }} {{ p.group.cutOffForC }} {{ p.group.avgScoreForC }}
{{endif}}
{{if player.squareOnTheLeft}} {{ for p in pp }} {{ endfor }}
College ○ History Table
Round Admission Cutoff Average Exam Score
{{ p.round_number }} {{ p.group.cutOffForC }} {{ p.group.avgScoreForC }}
{{else}} {{ for p in pp }} {{ endfor }}
College ∆ History Table
Round Admission Cutoff Average Exam Score
{{ p.round_number }} {{ p.group.cutOffForS }} {{ p.group.avgScoreForS }}
{{endif}}
{% endblock %}