{{ extends 'otree/WaitPage.html' }} {{ block title }}Participant {{tag}}{{if stage == 0}}: Round {{ period }}{{endif}} Please Wait{{ endblock }} {{ block content }} {% block styles %} {% include 'GPD/style.html'%} {% endblock %} {{ if stage == 0 and period > 2 }}
Round {{period}} {{ opp_tag }}'s Choice
{{ C.C_TAG}} {{ C.D_TAG}}
Your Choice {{C.PAYOFF_CC}}, {{C.PAYOFF_CC}} {{ C.PAYOFF_CD }}, {{C.PAYOFF_DC}}
{{C.PAYOFF_DC}}, {{ C.PAYOFF_CD }} {{C.PAYOFF_DD}}, {{C.PAYOFF_DD}}
{% include 'GPD/left-info.html'%}
{{ elif survey_instr }} {% include 'GPD/instructions-survey.html'%} {{ endif }} {{ endblock }}