{{ 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 }}

The previous participant observed the price development below and provided the following estimates:

{{ endif }}
{{ if player.round_number < 5 }} {{ if player.round_number > 1 and player.round_number < 5 }} Remember that the states you select as well as your initially selected states will be observed by the next participant. {{ else }} Please provide your estimates for each stock. {{ endif }}

{{ form.GoodA.label}}
{{ form.GoodA }} {{ if player.round_number > 1 }} {{ if player.PrevGoodA == "Good" }} {{ else }} {{ endif }} {{ endif }} {{ formfield_errors "GoodA" }}
% {{ if player.round_number > 1 }} {{ endif }} {{ formfield_errors "A" }}
{{ form.GoodB.label}}
{{ form.GoodB }} {{ if player.round_number > 1 }} {{ if player.PrevGoodB == "Good" }} {{ else }} {{ endif }} {{ endif }} {{ formfield_errors "GoodB" }}
% {{ if player.round_number > 1 }} {{ endif }} {{ formfield_errors "B" }}
{{ form.GoodC.label}}
{{ form.GoodC }} {{ if player.round_number > 1 }} {{ if player.PrevGoodC == "Good" }} {{ else }} {{ endif }} {{ endif }} {{ formfield_errors "GoodC" }}
% {{ if player.round_number > 1 }} {{ endif }} {{ formfield_errors "C" }}
{{ form.GoodD.label}}
{{ form.GoodD }} {{ if player.round_number > 1 }} {{ if player.PrevGoodD == "Good" }} {{ else }} {{ endif }} {{ endif }} {{ formfield_errors "GoodD" }}
% {{ if player.round_number > 1 }} {{ endif }} {{ formfield_errors "D" }}

{{ elif player.round_number == 5 }}

Stock Initial Estimate Period 1 Period 2 Period 3
A {{ partner_estimates.Round1.DecisionA }} {{ partner_estimates.Round2.DecisionA }} {{ partner_estimates.Round3.DecisionA }} {{ partner_estimates.Round4.DecisionA }}
B {{ partner_estimates.Round1.DecisionB }} {{ partner_estimates.Round2.DecisionB }} {{ partner_estimates.Round3.DecisionB }} {{ partner_estimates.Round4.DecisionB }}
C {{ partner_estimates.Round1.DecisionC }} {{ partner_estimates.Round2.DecisionC }} {{ partner_estimates.Round3.DecisionC }} {{ partner_estimates.Round4.DecisionC }}
D {{ partner_estimates.Round1.DecisionD }} {{ partner_estimates.Round2.DecisionD }} {{ partner_estimates.Round3.DecisionD }} {{ partner_estimates.Round4.DecisionD }}

{{ formfield "performance" }}

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