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

Role: Advisor

Round {{ player.round_number }}

{{ include '_static/tables/payoff_tables/stage_1/advisor_investor.html' }} {{ include '_static/tables/decision_tables/stage_1/advisor_inbetween.html' }}
{{ if player.round_number != 1 }} {{ include '_static/tables/history_tables/stage_1/advisor.html' }} {{ endif }} {{ else }}

Role: Investor

Round {{ player.round_number }}

{{ include '_static/tables/payoff_tables/stage_1/investor_advisor.html' }} {{ include '_static/tables/decision_tables/stage_1/investor_inbetween.html' }}
{{ if player.round_number != 1 }} {{ include '_static/tables/history_tables/stage_1/investor.html' }} {{ endif }} {{ endif }} {{ include '_static/instructions/instr_bttn/stage_1.html' }} {{ endblock }}