{% extends 'otree/WaitPage.html' %} {% load otree static %} {# *** this refreshes the page. 1000=1 sec not needed anymore *** #} {% block title %} Please wait{% endblock %} {% block content %} {% if french == 0 %}
Please wait for the other participants to finish the experiment. This may take a couple of minutes.
{% else %}Veuillez attendre que les autres participants terminent l'expérience. Cela peut prendre quelques minutes.
{% endif %} {% endblock %}