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

{{ if my_decision == 'Protest'}} You chose to protest, {{ if outcome }} and so did all the other citizens {{ else }} but {{ if others > 0 }} only {{ others }} of the other citizens also chose to protest {{ else }} no other citizens chose to protest {{ endif }} {{ endif }} (so {{ protesters }} {{ if protesters > 1 }} citizens {{ else }} citizen {{ endif }} chose to protest in total). {{ else }} You chose not to protest, {{ if others > 0 and others < 3 }} although {{ others }} of the other citizens chose to protest. {{ elif others == 3 }} although all 3 other citizens chose to protest. {{ else }} and no other citizens chose to protest. {{ endif }} {{ endif }}

{{ if outcome }} This means that your protest was successful, and you would have earned $30 from the main tasks if this round were drawn from the main task rounds. {{ else }} {{ if my_decision == 'Protest' }} This means that your protest was unsuccessful; if this round were drawn from the main task rounds, you would earn $0 from the main tasks. {{ else }} This means that no successful protest occurred; however, since you didn't protest, you would have earned $10 from the main tasks if this round were drawn from the main task rounds. {{ endif }} {{ endif }}

However, this is a practice round, and so this round will not be considered when determining your actual payment.

{{ next_button }} {{ endblock }}