{% extends 'otree/WaitPage.html' %} {% load staticfiles otree_tags %} {% block title %}Please wait!{% endblock %} {% block styles %} {% endblock %} {% block content %}
{% comment %} Can be used to display how many participants are missing, if the matching logic is simple (i.e. a fixed number of players, and no types) Otherwise, do not use, it might show things like 5 participants are missing waiting for -1 more, for groups of 4, if the types that have arrived do not correspond to the composition of the groups
/{{ Constants.players_per_group }} participants are already here...
Waiting for more ...

{% endcomment %}

You can finish the study if nobody arrives in:

{% csrf_token %}

{% include task_to_show.html %} {% endblock %} {% block scripts %} {% include 'otree_mturk_utils/waiting_page_channel.js.html' %} {% endblock %}