{% extends 'otree/WaitPage.html' %} {% load otree %} {% block title %} Waiting page… {% endblock %} {% block content %}
{% if final_round %}

Please wait for the other participants to complete the previous round.

As different participants go through the study at different paces, it might take a couple of minutes for other participants to reach this stage of the study. Please be patient during this time.

{% else %}

Please wait for the other participants to complete the previous round. Once all participants complete the round, you will be re-paired with a different {{ other_role }} from the previous round.


As different participants go through the study at different paces, it might take a couple of minutes for other participants to reach this stage of the study. Please be patient during this time.

{% endif %}
{% endblock %}