{{ extends 'otree/WaitPage.html' }} {{ block title }} {{ title_text }} {{ endblock }} {{ block content }} You are player {{ player.player_id }}. It is not your turn to make your guess. While you wait you can observe the other guesses as they come in. {{ for other in others }} {{ endfor }}
Player Number Guess

Player {{ other.player_id }} {{ other.string_choice }}

{{ endblock }}