{{ block title }} {{if player.round_number == 1}} This is the first round of the first part {{else}} This is the second round of the first part {{endif}} {{ endblock }} {{ block content }}
{{ if player.participant.single == False}} {{if player.round_number == 1}} {{if player.id_in_group == 1}}

You are assgined to the Red group throughout the whole experiment.
In this round, you are paired with Blue {{ player.oppo_in_app_id }}. (Note that you are never paired with Blue {{ player.oppo_in_app_id }} in this part.)

In the next round, you will be paired with another participant from the Blue.

Please click "Next" to start this round.

{{else}}

You are assgined to the Blue group throughout the whole experiment.
In this round, you are paired with Red {{ player.oppo_in_app_id }}. (Note that you are never paired with Red {{ player.oppo_in_app_id }} in this part.)

In the next round, you will be paired with another participant from the Red.

Please click "Next" to start this round.

{{endif}} {{ else }} {{if player.id_in_group == 1}}

In this round, you are paired with Blue {{ player.oppo_in_app_id }}.
(Note that you are never paired with Blue {{ player.oppo_in_app_id }} in this part.)
Please click "Next" to start this round.

{{else}}

In this round, you are paired with Red {{ player.oppo_in_app_id }}.
(Note that you are never paired with Red {{ player.oppo_in_app_id }} in this part.)
Please click "Next" to start this round.

{{endif}} {{endif}} {{else}}

很抱歉,因為已經沒有受試者能與你配對。你在本實驗總共獲得出席費新台幣{{ player.total_payoff }}元。

實驗尚未結束,請按「下一頁」填寫實驗問卷與匯款資料,否則我們無法給予你任何實驗報酬。

{{endif}}
{{ endblock }}