{% extends 'otree/BaseBuiltIn.html' %} {% load i18n %} {% load staticfiles %} {% block head_title %}{{ title_text|default_if_none:_('Please wait') }}{% endblock %} {% block content %}

{{ title_text|default_if_none:_('Please wait') }}

{{ body_text|default_if_none:'' }}

{% endblock %} {% block content_at_bottom_of_body %} {% include 'otree/WaitPageCode.html' %} {% endblock %}