{% extends "global/Page.html" %} {% load otree static %} {% block title %} {{ title_text }} {% endblock %} {% block styles %} {% endblock %} {% block content %} {% if subsession.round_number < 6 %} {% if player.roles == 'S' %}
Your Role:
S
{% if sender_Mistake > 0%}

The message sent by you is "{{ message_S }}"
The message received by R is "{{ message_R }}"

{% else %}

The message sent by you is "{{ message_S }}"

{% endif %}

R in your pair put {{ action }} grams of herbal extract.
The poison was TYPE {{ player.type }}.
Thus, you get {{ earning }} points in this round.

{% else %}
{% if subsession.num_FR > 0 %} Your Role:
{% if player.roles == 'TR' %} True R {% else %} False R {% endif %} {% else %} Your Role:
R {% endif %}
{% if sender_Mistake > 0%}

The message sent by S is "{{ message_S }}"
The message received by you is "{{ message_R }}"

{% else %}

The message sent by S is "{{ message_S }}"

{% endif %}

You put {{ action }} grams of herbal extract.
The poison was TYPE {{ player.type }}.
Thus, you get {{ earning }} points in this round.

{% endif %}
If the poison is Points for R {% if player.roles != 'S' %}(YOU){% endif %} Points for S {% if player.roles == 'S' %}(YOU){% endif %}
TYPE 0
({{ typeO_prob }}%)
  TYPE 1
({{ typeI_prob }}%)
TYPE 0
({{ typeO_prob }}%)
  TYPE 1
({{ typeI_prob }}%)
{% else %}

All decisions in this round are completed.
The outcome of the round will be revealed at the end of the experiment. Pleaes click the button below to proceed to the next round.

{% endif %} {% endblock %} {% block scripts %} {% endblock %}