{{ for other in others }} {{ if player.id_in_group == 1}} {{if other.id_in_group == 2 }}

>> Message sent by other member 1:

           {{ if other.message == 1}} "My information suggests RED " {{ endif }} {{ if other.message == -1}} "My information suggests BLUE " {{ endif }} {{ if other.message == 0}} Nothing {{ endif }} {{endif}}
{{if other.id_in_group == 3 }}

>> Message sent by other member 2:

           {{ if other.message == 1}} "My information suggests RED " {{ endif }} {{ if other.message == -1}} "My information suggests BLUE " {{ endif }} {{ if other.message == 0}} Nothing {{ endif }} {{endif}} {{ endif}} {{ if player.id_in_group == 2}} {{if other.id_in_group == 1 }}

>> Message sent by other member 1:

           {{ if other.message == 1}} "My information suggests RED " {{ endif }} {{ if other.message == -1}} "My information suggests BLUE " {{ endif }} {{ if other.message == 0}} Nothing {{ endif }} {{endif}}
{{if other.id_in_group == 3}}

>> Message sent by other member 2:

           {{ if other.message == 1}} "My information suggests RED " {{ endif }} {{ if other.message == -1}} "My information suggests BLUE " {{ endif }} {{ if other.message == 0}} Nothing {{ endif }} {{endif}} {{ endif}} {{ if player.id_in_group == 3}} {{if other.id_in_group == 1 }}

>> Message sent by other member 1:

           {{ if other.message == 1}} "My information suggests RED " {{ endif }} {{ if other.message == -1}} "My information suggests BLUE " {{ endif }} {{ if other.message == 0}} Nothing {{ endif }} {{endif}}
{{if other.id_in_group == 2 }}

>> Message sent by other member 2:

            {{ if other.message == 1}} "My information suggests RED " {{ endif }} {{ if other.message == -1}} "My information suggests BLUE " {{ endif }} {{ if other.message == 0}} Nothing {{ endif }} {{endif}} {{ endif}} {{ endfor }}