{% extends "global/Page.html" %} {% load otree %} {% block title %}Voting{% endblock %} {% block content %} {% include "global/instructions.html" %}



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

You are {% if subsession.big_group == False %}the{% else %}a{% endif %} best informed person. Your message has a {{ Constants.p }}% chance of being correct.

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

What do you want to do?


{% endblock %}