{{ block title }}{{if group.round_number == 0}}Round 0 (Practice round){{else}}Round {{group.round_number}}{{endif}} -- Results{{ endblock }} {{ block content }}


>> You voted for: {{ if player.vote == 1 }} RED; {{ endif }} {{ if player.vote == -1 }} BLUE; {{ endif }} {{ if player.vote == 0 }} NONE; {{ endif }}

>> The others voted for: {{ include C.VOTE_TEMPLATE }}



Result
>> Your group decision is: {{ if group.decision == 1 }} RED {{else}} BLUE {{ endif }}
>> The prize is placed in: {{ if group.truth == 1 }} RED {{else}} BLUE {{ endif }}
Each group member gets {{if group.truth == group.decision }} 120 points {{else}} 0 points {{endif}}


{{ next_button }} {{ include C.HISTORY_TEMPLATE }} {{ endblock }}