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