{% 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 %} {% endfor %} {% for points, preference_list in preferences_row.items %} {% for preference in preference_list %} {% endfor %} {% endfor %}
{% trans 'Student' %} {{ student }}
{{ points }}{{ preference }}
{% endif %}


{% trans 'Your student type: Student' %} {{ type }}

{% blocktrans %} Please rank the schools below and press Next to submit your preference list. {% endblocktrans %}

{% for field in form %} {% formfield field %} {% endfor %}

{% 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 %}