{{ extends "global/Page.html" }} {{ block title }} Communication Page {{ endblock }} {{ block content }} {{ if plays_alone }}

Move the slider to decide how much to keep for yourself and how much to the other participant.

{{ include 'AllocationSlider.html' with label_left="You" && label_right="Your Matched Worker" && account=player_account }} {{ next_button }} {{ else }}
Your Account
  • Common Account: {{ player_account|c }}
  • Your contribution: {{ player.reward }}
    Your Reward Type: {{ player.reward_group }}
  • Your Matched Worker's contribution: {{ acc_partner.reward }}
    Your Matched Worker's Reward Type: {{ acc_partner.reward_group}}
  • Your Conversation Partner
  • Common Account: {{ partner_account|c }}
  • Your Conversation Partner's contribution: {{ partner.reward }}
    Your Conversation Partner's Reward Type: {{ partner.reward_group }}
  • Please use the chat to explain your intended split to the conversation partner, and to discuss the appropriateness of your decision and that of your conversation partner. Please refrain from sending any messages that could personally identify you.
    After typing your message in the white bar, press the "Enter" key to send it.

    {{ chat nickname=player.name channel=player.channel_code }}
    {{ include 'AllocationSlider.html' with account=player_account && label_right="Your Matched Worker" && label_left="You" }}
    Conversation Partner:
    Conversation Partner's Matched Worker:
    {{ endif }} {{ endblock }} {{ block styles }} {{ endblock }} {{ block scripts }} {{ if not plays_alone }} {{ endif }} {{ endblock }}