{{ load static }} {{ block content }} {{ if player.role == C.pa_ROLE }} {{ 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 }}

Player Bs 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 }}

Advice Sent, waiting on Player Bs decision

*** The estimated signal you received for this round is marked in yellow ***
Low Medium High
{{ 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 }} {{ else }}

Role: Investor

Advisor's Advice: {{ advice }}

Round {{ player.round_number }}

Waiting for other Investors

*** Feedback page soon ***
{{ if player.round_number != 1 }}

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