{% extends "global/Page.html" %} {% load otree static %} {% block title %} Please answer the following questions before stage 2 starts. {% endblock %} {% block content %}

{% if player.id_number == 'A' %}

Given your seating position highlighted yellow below:





{% formfields %} {% elif player.id_number == 'B' %}

Given your seating position highlighted in yellow below:





{% formfields %} {% elif player.id_number == 'C' %}

Given your seating position highlighted in yellow below:





{% formfields %} {% elif player.id_number == 'D' %}

Given your seating position highlighted in yellow below:





{% formfields %} {% else %}
{% formfields %} {% endif %}

{% next_button %} {% endblock %}