{% extends "global/Page.html" %} {% load otree static %} {{ block title }}
{{if subsession.round_number <= 5 }} Practice Rounds {{ else }} Round {{ round_shown }} of {{ total_shown }} {{ endif }}
{{ endblock }} {{ block content }}Please enter how many points you will invest into the private project (select a whole number between 0 and 10 points):
{{ formfields }}Note: Your payoff is positively correlated with your group member’s earnings.
{{ next_button }} {{ endblock }}