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

Round {{RN}}.

You are the College {{if s}} ∆ {{else}} ○ {{endif}}
Please indicate your admission cutoff:
(Only an integer number between 0 and 100)

{{if s}} {{ for p in pp }} {{endfor}} {{else}} {{ for p in pp }} {{endfor}} {{ endif }}
Your College's History Table
Round Admission Cutoff Average Exam Score Sum of Students' Earnings Your Earning
{{ p.round_number }} {{ p.group.cutOffForS }} {{ p.group.avgScoreForS }} {{ p.group.sumEarningsForS }} {{ p.earning }}
{{ p.round_number }} {{ p.group.cutOffForC }} {{ p.group.avgScoreForC }} {{ p.group.sumEarningsForC }} {{ p.earning }}
{{ if s }} {{ for p in pp }} {{endfor}} {{ else }} {{ for p in pp }} {{endfor}} {{endif}}
The Other College's History Table
Round Admission Cutoff Average Exam Score Sum of Students' Earnings
{{ p.round_number }} {{ p.group.cutOffForC }} {{ p.group.avgScoreForC }} {{ p.group.sumEarningsForC }}
{{ p.round_number }} {{ p.group.cutOffForS }} {{ p.group.avgScoreForS }} {{ p.group.sumEarningsForS }}
{% endblock %}