{{ 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}}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 }}Your earnings from this experiment are therefore: CZK {{pvars.payoffs.p2}}
{{ endif }}