{{ block title }} Results {{ endblock }} {{ block content }} {# RESULT PAGE TO BE SHOWN TO PLAYER A #} {{ if player.id_in_group == 1 }}
Coalition formed:

{{ player.group.merger_result }}

Your share:

{{ player.group.A_result }}

Other shares:

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 }}
Coalition formed:

{{ player.group.merger_result }}

Your share:

{{ player.group.B_result }}

Other shares:

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 }}
Coalition formed:

{{ player.group.merger_result }}

Your share:

{{ player.group.C_result }}

Other shares:

A: {{ player.group.A_result }}

B: {{ player.group.B_result }}

{{ endif }} {{ endblock }}