{% extends 'otree/WaitPage.html' %} {% load staticfiles otree_tags %} {% block title %}Please wait!{% endblock %} {% block content %}
Please wait for other participants to join. You are earning {{ pay_per_min }} per minute spent on this waiting page. So far, you have earned for waiting minutes.
{% endblock %} {% block scripts %} {% include 'includes/waiting_page_channel.js.html' %} {% endblock %} {% block styles %} {% endblock %}