{{ block title }}
{{if subsession.round_number <= 5 }} Practice Rounds {{ else }} Round {{ round_shown }} of {{ total_shown }} {{ endif }}
Results
{{ endblock }} {{ block content }}Your investment into the private project -> {{player.private|to0}} points.
Your group member's investment into the private project -> {{other.private|to0}} points.
The prize = (10 – Your investment into the private project) + (10 – Your group member’s investment into the private project) = {{player.remaining_endowment|to0}} points.
{{ if player.private == 0 and other.private == 0 }}None of you invested into the private project.
Your earnings are 10 points.
{{elif player.private == 0 and other.private > 0 }}You did not invest into the private project while your group member did.
Your earnings are 0 points.
{{elif player.private > 0 and other.private == 0 }}You invested into the private project while your group member did not.
Your earnings are {{player.remaining_endowment|to0}} points.
{{else}}Both of you invested into the private project.
Your earnings are decided by the relative size of your private project investment (= {{player.private|to0}}/({{other.private|to0}}+{{player.private|to0}})) times the prize (= {{player.remaining_endowment|to0}} points).
{{ endif }}Your earnings are {{player.total_payoff|to2}} points, your group member's earnings are {{other.total_payoff|to2}} points.
Your payoff equals your earnings minus 0.5 times your group member's earnings.
Your payoff in this round is {{player.total_payoff_externality|to2}} points.
{{ next_button }} {{ endblock }}