{% extends 'otree/WaitPage.html' %} {% load staticfiles otree %} {% block title %} Please wait for the system to match you with other participants... {% endblock %} {% block content %}
{#
participants are currently in the waiting room.
#} {#
#} {#

#} {# You are being matched with another participant to continue with the experiment.#} {#

#}

The experiment will end if no other participants showing up in {{wait_minutes}} minutes or when there are no more participants to be matched with you.

Loading ...
{% endblock %} {% block scripts %} {% endblock %}