{% extends 'otree/WaitPage.html' %} {% load otree %} {% block title %}{{ title_text }}{% endblock %} {% block content %}
Waiting for the other participants.



This is round {{ subsession.treatment_round_number}}/{{ Constants.num_treatment_rounds }}

{% if player.expert %} You are the best informed person. Your message has a {{ Constants.p }}% chance of being correct. {% else %}} You are not the best informed person. Your message has a {{ player.q}}% chance of being correct.

{% endif %} Your message said "The prize is in the {% if player.signal == 0 %}green{% else %}purple{% endif %} box"

{% endblock %}