{% extends "global/Page.html" %} {% load otree %} {% block title %} Sender Allocation {% endblock %} {% block content %}

You are a sender for this task.

The distributor in your group sent {{ altruism }} in the bilateral decision task to the decision receiver.
You begin this round with {{Constants.endowment}}. How many points will you send to the distributor? How much will you send to the distributor?

{% formfield player.sender_allocation label="Please enter an amount from 0 to 100:" %}

How may points do you expect to be returned from the distributor?

{% formfield player.sender_expectation label="Please enter an amount from 0 to 900:" %}

*remember that any amount a sender sends to the distributor will be summed and tripled before redistribution

{% next_button %}

{% endblock %}