{% 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 1
{{ endblock }} {{ block content }}You are Participant {{ player.id_in_group }} in this round. Your group member is Participant {{other.id_in_group}} in this round.
Note that in each round, you are randomly paired with another participant.
{{ formfields }}Note: The public project funds will be given to the participant who makes 0 point investment into the private project as her/his private project investments if the other participant makes a positive investment into the private project.
{{ next_button }} {{ endblock }}