{% extends 'UG/CustomWaitPage.html' %} {% load staticfiles otree_tags %} {% block title %}Please wait!{% endblock %} {% block styles %} {% endblock %} {% block content %} {{block.super}} {% if subsession.not_enough_players %} {% else %}

You can finish the study if nobody arrives in: :

{% endif %}
{% csrf_token %}

{% endblock %} {% block scripts %} {{block.super}} {% endblock %}