{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
{{ title_text }}
{% endblock %}
{% block styles %}
{% endblock %}
# 내용
{% block content %}
{% if player.roles == 'S' %}
Your role is S in {{ pract_or_off}}.
{% else %}Your role is R in {{ pract_or_off}}.
{% if subsession.num_FR > 0 %}
(There is {{ TR_prob }}% of chance that you are True R
and {{ FR_prob }}% of chance that you are False R.)