{{ load static }} {{ block content }} {{ block title }}

Role: Advisor

Round {{ player.round_number }}

{{ endblock }}

Advisor's Payoff Table

{{ for p in pa_table.1 }} {{ endfor }} {{ for p in pa_table.2 }} {{ endfor }} {{ for p in pa_table.3 }} {{ endfor }}
Total Investors
Quality 0 1 2 3 4 5
Low{{ p }}
Medium{{ p }}
High{{ p }}

Investors Payoff Table

{{ for p in pb_table.1 }} {{ endfor }} {{ for p in pb_table.2 }} {{ endfor }} {{ for p in pb_table.3 }} {{ endfor }}
Total Investors
Quality 1 2 3 4 5
Low{{ p }}
Medium{{ p }}
High{{ p }}

Remember, the Investors who choose not invest will receive a payoff of 12 ECUs

*** You will see the estimated signal marked in yellow after you choose what advice to give below ***
Low Medium High
{{ formfield_errors 'pa_low_advice' }} {{ formfield_errors 'pa_med_advice' }} {{ formfield_errors 'pa_high_advice' }}
{{ if player.round_number != 1 }}

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 }}
{{ endif }} {{ include '_static/instructions/stage_1_instructions.html' }} {{ endblock }}