{{ block title }} {{ endblock }} {{ block content }} {{formfields}}

Scores

Outcome

{{ if player.id_in_group == 1 }}

Your total score:
{{group.p1TotalScore }}

You didnt choose the same island, so both of you will lose

{{ group.p1Score }} points

{{endif}} {{ if player.id_in_group == 2 }}

Your total score:
{{group.p2TotalScore }}

You didnt choose the same island, so both of you will lose

{{ group.p2Score }} points

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

Your co-player total score:
{{group.p2TotalScore }}

{{endif}} {{ if player.id_in_group == 2 }}

Your co-player total score:
{{group.p1TotalScore }}

{{endif}}
{{ if player.id_in_group == 1 }} {{ else }} {{endif}} {{ if player.id_in_group == 1 }} {{ if group.choosep1 == "Stone" }} {{endif}} {{ if group.choosep1 == "Tree"}} {{endif}} {{ if group.choosep2 == "Stone" }} {{endif}} {{ if group.choosep2 == "Tree"}} {{endif}} {{endif}} {{ if player.id_in_group == 2 }} {{ if group.choosep1 == "Stone" }} {{endif}} {{ if group.choosep1 == "Tree"}} {{endif}} {{ if group.choosep2 == "Stone" }} {{endif}} {{ if group.choosep2 == "Tree"}} {{endif}} {{endif}} {{ if group.choosep1 == group.choosep2 }} {{ if group.choosep1 == "Tree"}} {{endif}} {{ if group.choosep1 == "Stone"}} {{endif}} {{endif}} {{if player.round_number <= C.demo_trial }} {{else}} {{endif}} {{ endblock }}