{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
{% if player.round_number == 1 %}
연습 시행: 귀하의 메시지
{% else %}
귀하의 메시지
{% endif %}
{% endblock %}
{% block styles %}
{% endblock %}
{% block content %}
귀하는 두 번째 사람에게 어떤 메시지를 보내길 원하십니까?
This is not your final decision, you can change your decision later.
| {% if player.id_in_group == 1 %} | Second Person | {% else %}First Person | {% endif %}|||
|---|---|---|---|---|---|
| Choose B | Choose A | ||||
| You | {{Constants.both_B_payoff}}, {{Constants.both_B_payoff}} | {{ Constants.YouB_OpponentA_payoff }}, {{Constants.YouA_OpponentB_payoff}} | |||
| {{Constants.YouA_OpponentB_payoff}}, {{ Constants.YouB_OpponentA_payoff }} | {{Constants.both_A_payoff}}, {{Constants.both_A_payoff}} | ||||