{% extends "global/Page.html" %} {% load otree static %} {% block title %} Red Player Decision {% endblock %} {% block content %} Message from Partner Red Player: {{ group.red_message }}

{% if subsession.round_number == 1 %} You are NOT SELECTED to know whether the message sent to you was accurate or inaccurate.

This means that:
1) The message sent by the partner Red Player could either be accurate or inaccurate.
2) Red Player manager DEFINITELY DID NOT intervene to change the message of your partner Red Player. {% elif subsession.round_number == 6 %} The message sent to you is INACCURATE.

This inaccuracy could be because either your partner Red Player sent you an inaccurate message OR the Red Player manager intervened and changed the accurate message from your partner to inaccurate. Thus, the actual message sent by the partner Red Player could either be accurate or inaccurate.

Your earnings would be calculated according to the accuracy of the actual message sent by your partner Red Player.
Your partner Red Player has been informed that you have been informed that the message sent by the partner Red Player is inaccurate and is asked to provide a statement in his/her defense. {% elif subsession.round_number == 11 %} You are NOT SELECTED to know whether the message sent to you was accurate or inaccurate.

This means that:
1) The message sent by the partner Red Player could either be accurate or inaccurate.
2) Red Player manager DEFINITELY DID NOT intervene to change the message of your partner Red Player. {% endif %}

{% next_button %} {% endblock %}