{{ extends "global/Page.html" }} {{ block title }} Allocation Decision {{ endblock }} {{ block content }}

We now ask you to make another splitting decision, which will not affect your own payoffs. You have to divide the earnings between two other participants who performed the {{ task_name }} task. We show you below some information about these two participants. One in six times, your choice here will determine the actual payoff of a participant below. Please use the bar to indicate your decision.

{{ include 'PartnerCard.html' with label='Receiver 1' && person=receiver1 && show_reward=True && select=False }}
{{ include 'PartnerCard.html' with label='Receiver 2' && person=receiver2 && show_reward=True && select=False }}
{{ formfield_errors 'receivers_allocation' }} {{ include 'AllocationSlider.html' with account=account && label_left=receiver1.name && label_right=receiver2.name }}
{{ next_button }} {{ endblock }} {{ block scripts }} {{ endblock }}