{{ player.round_number_minus_one }} |
{{ if player.signal == 1 }} R {{else}} B {{endif}}({{ if player.role == 'E' }}90%{{else}}60%{{ endif }}) |
{{if C.TREATMENT != 1}}
{{ if player.message == 1 }} R {{ endif }}
{{ if player.message == 0 }} N{{ endif }}
{{ if player.message == -1 }} B {{ endif }} |
{{ include C.MESSAGE_TEMPLATE}} |
{{endif}}
{{ if player.vote == 1 }} R {{else}} B {{endif}} |
{{ include C.VOTE_TEMPLATE_HIST}} |
{{ if player.group_decision == 1}} R {{else}} B {{endif}} |
{{ if player.group_truth == 1}} R {{else}} B {{endif}} |
{{ endfor }}
{{endif}}