{{ block title }}{{if group.round_number == 0}}Round 0 (Practice round){{else}}Round {{group.round_number}}{{endif}} -- Sending messages{{ endblock }} {{ block content }} {{ include C.INFO_TEMPLATE }}
>> The message you sent:
           {{ if player.message == 1 }} "My information suggests RED " {{ endif }} {{ if player.message == -1 }} "My information suggests BLUE " {{ endif }} {{ if player.message == 0 }} None {{ endif }}
>> The messages the others sent:
           {{ include C.MESSAGEDETAIL_TEMPLATE }}