{{ block title }} {{ if player.round_number == 1 }} Period 0 - Initial Estimates {{ elif player.round_number < 5 }} Estimates for Period {{ round }} {{ elif player.round_number == 5 }} Previous Participant {{ endif }} {{ endblock }} {{ block content }} {{ if player.round_number == 5 and partner_estimates.Round4.Selection == None }}

Unfortunately, the previous participant did not complete the study.
You can proceed by clicking "Next".


{{ elif player.round_number == 5 and partner_estimates.Round4.Selection != None }}

The previous participant made the following choices: Initial Choice Period 1 Period 2 Period 3
{{ partner_estimates.Round1.Selection }} {{ partner_estimates.Round2.Selection }} {{ partner_estimates.Round3.Selection }} {{ partner_estimates.Round4.Selection }}

{{ endif }} {{ if player.round_number < 5 }}
{{ elif player.round_number == 5 and partner_estimates.Round4.Selection != None }}
{{ endif }} {{ if player.round_number < 5 }} {{ if player.round_number > 1 and player.round_number < 5 and player.treatment2 == "public" }} Your current choice as well as your initial choice will be observed by the next participant. {{ elif player.round_number > 1 and player.round_number < 5 and player.treatment2 == "private" }} Provide your estimates. {{ else }} Provide your initial estimates. {{ endif }}

{{ if player.round_number == 1 }}
{{ form.Best }}
{{ elif player.treatment2 == "public" }}
{{ form.Best }}
{{ elif player.treatment2 == "private" }}
{{ form.Best }}
{{ endif }}
{{ if player.round_number > 1 and player.treatment2 == "public" }} Your initial choice was {{ player.InitialBest }} (observed by the next participant). {{ elif player.round_number > 1 and player.treatment2 == "private" }} Your initial choice was {{ player.InitialBest }}. {{ else }} Make your initial choice. {{ endif }}
{{ formfield_errors "A" }}
{{ formfield_errors "B" }}
{{ formfield_errors "C" }}

{{ elif player.round_number == 5 and partner_estimates.Round4.Selection != None }} Please evaluate the performance of the previous participant.

{{ formfield "performance" }} {{ form.newinfo.label }}
{{ form.newinfo }}

{{ endif }} {{ next_button }} {{ endblock }}