{{ load static }}
{{ block content }}
{{ if player.role == C.pa_ROLE }}
{{ block title }}
Role: Advisor
Round {{ player.round_number }}
{{ endblock }}
|
Quality |
0 |
1 |
2 |
3 |
4 |
5 |
Low |
{{ for p in pa_table.1 }}
{{ p }} |
{{ endfor }}
Medium |
{{ for p in pa_table.2 }}
{{ p }} |
{{ endfor }}
High |
{{ for p in pa_table.3 }}
{{ p }} |
{{ endfor }}
|
Quality |
1 |
2 |
3 |
4 |
5 |
Low |
{{ for p in pb_table.1 }}
{{ p }} |
{{ endfor }}
Medium |
{{ for p in pb_table.2 }}
{{ p }} |
{{ endfor }}
High |
{{ for p in pb_table.3 }}
{{ p }} |
{{ endfor }}
Advice Sent, waiting on Player Bs decision
*** The estimated signal you received for this round is marked in yellow ***
{{ if player.round_number != 1 }}
{{ endif }}
{{ else }}
Role: Investor
Advisor's Advice: {{ advice }}
Round {{ player.round_number }}
Waiting for other Investors
*** Feedback page soon ***
{{ if player.round_number != 1 }}
{{ endif }}
{{ endif }}
{{ include '_static/instructions/stage_1_instructions.html' }}
{{ endblock }}