{% extends "global/Page.html" %} {% load otree static %} {% block of styles %} {% endblock %} {{ block content }}
Stage 6

{{if win == 1}}
Your decision was selected to be implemented and you now have 2 minutes to chat with the participant who has the avatar below:

You
Participant you selected

{{chat channel=channel nickname=name}}

{{endif}} {{if picked_by == 1}}
Your decision was not selected to be implemented but someone whose decision was selected chose you to chat with. You now have 2 minutes to chat with the participant who has the avatar below:

You
Participant who selected you

{{chat channel=channel nickname=name}}

{{endif}} {{if solo == 1}}
Your decision was not selected to be implemented. Please wait till the timer runs out and you will move automatically to the next stage.
{{endif}} {{ endblock }}