{% load otree static %} {% load otree i18n %} {% if dropped_out %}
{% blocktrans %} One or more participants belonging to your group has dropped out and has been replaced by a computer. {% endblocktrans %}
{% endif %} {% if additional_table %}| {% for student in students %} | {% trans 'Student' %} {{ student }} | {% endfor %}
|---|---|
| {{ points }} | {% for preference in preference_list %}{{ preference }} | {% endfor %}
{% blocktrans %} Please rank the schools below and press Next to submit your preference list. {% endblocktrans %}
{% if treatment == 2 or treatment == 3 %} {% if treatment == 2 %} {% trans 'Do you consent' %} {% blocktrans %} to waiving your priority at a school in the event that you are identified as a blocking student? {% endblocktrans %} {% endif %} {% if treatment == 3 %} {% trans 'Do you object' %} {% blocktrans %} to waiving your priority at a school in the event that you are identified as a blocking student? {% endblocktrans %} {% endif %} {{ form.consent.errors }} {% endif %}