{% 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.conjecture2 == 0 %}BLUE{% else %}RED{% endif %}.

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

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

Between two stages, Stage {{ chosen_stage }} is randomly chosen for your round earning.
As a result, your earning in this round is {{ roundpay|to0 }} 원.

{% else %}

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

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

{{ reason2 }},
you get {{ payoff|to0 }} 원 in the second stage.

Between two stages, Stage {{ chosen_stage }} is randomly chosen for your round earning.
As a result, your earning in this round is {{ roundpay|to0 }} 원.

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