{% extends "global/Page.html" %} {% load otree static %} {{ block title }}

{{if subsession.round_number <= 5 }} Practice Rounds {{ else }} Round {{ round_shown }} of {{ total_shown }} {{ endif }}

Stage 2

{{ endblock }} {{ block content }}

You are willing to invest {{player.public}} and your group member is willing to invest {{other.public}} into the public project.

The smaller amount between these two is {{public_claim|to0}} points.

Therefore, you and your group member invest {{public_claim|to0}} points into the public project.

Please enter how many points you will invest into the private project (select a whole number between 0 and {{player.available_for_private|to0}} points):

{{ formfields }}

Note: Your payoff is positively correlated with your group member’s earnings.

{{ next_button }} {{ endblock }}