{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Please wait... {% endblock %} {% block content %} {% if player.selection == 0 %}

Next, you are going to do the second activity. This will be the same as the first activity you did, but with a different person.

Before you can begin, you need to wait for another person to arrive on this page. Once another person has arrived, a "Next" button will appear, and you will be able to continue to the next page.

Thank you for your patience.

{% elif player.selection == 1 %}

Next, you are going to do the second activity. This will be the same as the first activity you did, but with a different person.

This time, you will be able to choose which of two participants to play with.

Before you can begin, you need to wait for the other participants to arrive on this page. Once the other participants have arrived, a "Next" button will appear, and you will be able to continue to the next page.

Thank you for your patience.

{% endif%} {% next_button %} {% endblock %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %}