{% 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 %}
Inaccurate Message Disclosure:
You are NOT SELECTED to know the accuracy of the message sent to you.
{% elif subsession.round_number == 6 %}
Inaccurate Message Disclosure:
You are NOT SELECTED to know the accuracy of the message sent to you.
{% elif subsession.round_number == 11 %}
Disclosure of Message Accuracy:
The message sent to you is ACCURATE.
{% endif %}
{% next_button %}
{% endblock %}