{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Please wait... {% endblock %} {% block content %}

Next, you are going to do the first activity.

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

Thank you for your patience. We think you will find the activity fun and interesting.

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