{{ block title }}{{if group.round_number == 0}}Round 0 (Practice round){{else}}Round {{group.round_number}}{{endif}} -- Results{{ endblock }} {{ block content }} Here is a review of what happened this round: {{ include C.INFO_TEMPLATE }} {{ include C.TWO_TEMPLATE }}
>> 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}} |