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