{% extends 'otree/WaitPage.html' %}
{% load staticfiles otree_tags %}
{% block title %}
Please wait!
{% endblock %}
{% block styles %}
{% endblock %}
{% block content %}
Please wait for other participants.
{% endblock %}
{#{% block scripts %}#}
{# {% include 'UG/waiting_page_channel.js.html' %}#}
{#{% endblock %}#}