{% extends "otree/GlobalBase.html" %} {% load otree %} {% block title %} Custom Waiting Page {% endblock %} {% block content %}
{% csrf_token %} {{ form.button_clicked }}

Please click the button within the next {{ time_remaining|floatformat:0 }} seconds to proceed:

{% endblock %}