{{ extends "global/Page.html" }} {{ block title }} Information about your Matched Worker {{ endblock }} {{ block content }}

Before communication starts, below is some information about the decision environment:

To the right is some information about your Matched Worker, which is the participant with whom you share the common account
{{ include 'PartnerCard.html' with label='Matched Worker' && person=acc_partner && show_reward=True && select=False }}
To the right is some information about the task this round is based on
Task: {{ task_name }}
Profile Picture
To the right is some information about the common account from you and your Matched Worker for this round
You generated a reward of {{ player.reward }} while your matched worker generated a reward of {{ acc_partner.reward }}, so the total reward is {{ player.common_account }}.

Please indicate in the slider the amount you want to keep for yourself.
You can decide to keep any amount between {{ 0|cu }} and {{ player.common_account }}.

Intention Slider
{{ formfield_errors 'intention' }}
{{ include 'AllocationSlider.html' with label_left="You" && label_right="Your Matched Worker" && account=comm_account }}
{{ next_button }} {{ endblock }} {{ block scripts }} {{ endblock }}