{% extends "global/Page.html" %} {% load otree static %} {% block title %} {{ title_text }} {% endblock %} {% block styles %} {% endblock %} {% block content %} {% if player.roles == 'S' %}

The receiver in your pair chose action {% if player.conjecture == 0 %}BLUE{% else %}RED{% endif %}.

The actual color of the core of the chosen ball is {% if player.type == 0 %}BLUE{% else %}RED{% endif %}.

{% if subsession.gamemode == 2 %}

Due to the receiver's action choice,
you get {{ payoff|to0 }} 원 in the first stage.

{% else %}

Due to the receiver's action choice,
you get {{ payoff|to0 }} 원 in this round.

{% endif %} {% else %}

You chose action {% if player.conjecture == 0 %}BLUE{% else %}RED{% endif %}.

The actual color of the core of the chosen ball is {% if player.type == 0 %}BLUE{% else %}RED{% endif %}.

{% if subsession.gamemode == 2 %}

{{ reason }},
you get {{ payoff|to0 }} 원 in the first stage.

{% else %}

{{ reason }},
you get {{ payoff|to0 }} 원 in this round.

{% endif %} {% endif %} {% next_button %} {% endblock %}