{{ load static }} {{ block content }} {{ if player.role == C.pa_ROLE }}

Role: Advisor

End of Round {{ player.round_number }}

End of Round Results:

Quality Estimate: {{ player.group.estimated_signal }}
True Quality Drawn: {{ player.group.actual_signal }}
Your Advice: {{ player.group.pa_advice }}
Total Investors: {{ player.group.total_players_invest() }}
Investor's Payoff: {{ player.group.pb_payoff() }}
Your Payoff: {{ player.payoff }}

Previous Results:

Round Low Advice Medium Advice High Advice Estimate Sig. Actual Sig. Total Investors Your Payoff Investors Payoff
{{ for p in history }} {{ endfor }}
{{ p.round_number }} {{ p.pa_low_advice }} {{ p.pa_med_advice }} {{ p.pa_high_advice }} {{ p.group.estimated_signal }} {{ p.group.actual_signal }} {{ p.group.total_players_invest }} {{ p.payoff }} {{ p.group.pb_payoff }}
{{ else }}

Role: Investor

End of Round {{ player.round_number }}

End of Round Results:

True Investment Quality: {{ player.group.estimated_signal }}
Advisor's Advice: {{ player.group.pa_advice }}
Your Decision: {{ player.pb_decision }}
Total Investors: {{ player.group.total_players_invest() }}
Advisor's Payoff: {{ player.group.pa_payoff() }}
Your Payoff: {{ player.payoff }}

Previous Results:

Round Advisor's Advice Your Decision Other Investors Total Investors True Quality Your Payoff Advisor's Payoff
{{ for p in history }} {{ endfor }}
{{ p.round_number }} {{ p.group.pa_advice }} {{ p.pb_decision }} {{ p.other_investors }} {{ p.group.total_players_invest }} {{ p.group.actual_signal }} {{ p.payoff }} {{ p.group.pa_payoff }}
{{ endif }} {{ include '_static/instructions/stage_1_instructions.html' }} {{ endblock }}