In Part 1, {{ if player.treatment == "T1_B" or player.treatment == "T2_B"}} the computer randomly selected {{else}} {{ if player.type == "B"}} Person A {{else}} you {{endif}} chose {{endif}} Option A2.
{{if player.type == "B"}} Your {{else}} Person B’s {{endif}} choice in Part 1 is therefore relevant for your earnings
{{ if player.type == "B"}} You transferred CZK {{pvars.p1.decision_B}} to Person A. {{else}} Person B transferred CZK {{pvars.p1.decision_B}} to you. {{endif}}
Including the participation fee, {{ if player.type == "B"}} Your earnings from Part 1 are: CZK {{pvars.payoffs.p1_b}} Person A’s earnings from Part 1 are: CZK {{pvars.payoffs.p1_a}} {{endif}}
{{ if player.type == "A"}} Your earnings from Part 1 are: CZK {{pvars.payoffs.p1_a}} Person B’s earnings from Part 1 are: CZK {{pvars.payoffs.p1_b}} {{ endif}}