{% extends "otree/WaitPage.html" %} {% load otree %} {% block title %} {% endblock %} {% block styles %} {% include C.common_style_template %} {% endblock styles %} {% block content %} {{ include C.fixTop_template }}

{{ if show_table}}

Please wait while the experiment continues; you can read the history table while waiting

{{ include C.history_template }} {{ endif }}
{{ include "experiment_baseline/background_info.html" }} {% endblock %} {% block app_scripts %} {% endblock %}