{{ block title }} Results {{ endblock }} {{ block content }}

The results from Part 1 and Part 2 are displayed below:

Part 1 {{ if pvars.p1.decision_A == "A1"}} {{include 'results/Results_A1.html'}} {{else}} {{include 'results/Results_A2.html'}} {{endif}} Part 2 {{ if player.type == "A"}} {{include 'results/Results_A.html'}} {{endif}} {{ if player.type == "B"}} {{include 'results/Results_B.html'}} {{endif}} {{ if player.payoff_part == 1}}
The computer randomly selected Part 1 to be chosen for payment
{{if player.type == "A"}}

Your earnings from this experiment are therefore: CZK {{pvars.payoffs.p1_a}}

Person B’s earnings from this experiment are therefore: CZK {{pvars.payoffs.p1_b}}

{{else}}

Person A’s earnings from this experiment are therefore: CZK {{pvars.payoffs.p1_a}}

Your earnings from this experiment are therefore: CZK {{pvars.payoffs.p1_b}}

{{endif}} {{ else }}
The computer randomly selected Part 2 to be chosen for payment and {{ if pvars.p2.decision == 1}} Q1 {{ else}} Q2 {{endif}} to be paid.

Your earnings from this experiment are therefore: CZK {{pvars.payoffs.p2}}

{{ endif }}
{{ endblock }}