{{ block title }} Results {{ endblock }} {{ block content }} {# RESULT PAGE TO BE SHOWN TO PLAYER A #} {{ if player.id_in_group == 1 }}
{{ player.group.merger_result }}
{{ player.group.A_result }}
B: {{ player.group.B_result }}
C: {{ player.group.C_result }}
{{ endif }} {# RESULT PAGE TO BE SHOWN TO PLAYER B #} {{ if player.id_in_group == 2 }}{{ player.group.merger_result }}
{{ player.group.B_result }}
A: {{ player.group.A_result }}
C: {{ player.group.C_result }}
{{ endif }} {# RESULT PAGE TO BE SHOWN TO PLAYER C #} {{ if player.id_in_group == 3 }}{{ player.group.merger_result }}
{{ player.group.C_result }}
A: {{ player.group.A_result }}
B: {{ player.group.B_result }}
{{ endif }} {{ endblock }}