{{ block title }} Results {{ endblock }} {{ block content }}

The random number drawn for you this round is {{ player.rand_draw }}.

Since this is {{ if player.rand_draw > player.bid }} greater than your bid, the citizens will play with the same information as initially available, and you will keep all of your $10 endowment. {{ else }} {{ if player.rand_draw < player.bid }} less than {{ elif player.rand_draw == player.bid}} equal to {{ endif }} your bid, {{ if player.rand_draw > 0}} you have successfully paid ${{ player.rand_draw }} to reduce the information available to the citizens, and the price will be subtracted from your $10 endowment. {{ else }} the information available to the citizens has been reduced. The fact that the price was $0 means that you will still receive all of your $10 endowment. {{ endif }} {{ endif }}

Recall that, under the {{ if player.rand_draw <= player.bid }} new, reduced {{ else }} original {{ endif }} conditions, both citizens have Information Level {{ if player.rand_draw > player.bid }} {{ player.current_treatment }}. {{ else }} {{ player.reduced_treatment }}. {{ endif }}

We will now see if they can coordinate under these conditions.

{{ endblock }}