{% extends 'otree/Base.html' %} {% block head_title %}⏸️ Paused{% endblock %} {% block internal_styles %} {{ super() }} {% endblock %} {% comment %}this template is used by rooms, where js_vars does not exist{% endcomment %} {% block body_main %}

The button was not clicked within the requested time.
To return to the wait page, click the button below.

{% endblock %} {# remove internal scripts that are not needed for this page #} {% block internal_scripts %}{% endblock %}