{% extends 'custom_pages/CustomWaitPage.html' %} {% load staticfiles otree_tags %} {% block title %}Please wait!{% endblock %} {% block content %} {{ block.super }}

You can finish the study if not enough participants arrive in:

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