{% extends "global/Page.html" %} {% load otree %} {% block title %} Sender Allocation {% endblock %} {% block content %}
You are a sender. You begin the round with {{Constants.endowment}}.
How many of these points will you send to the distributor?
*remember that any amount a sender sends to the distributor will be summed and tripled before redistribution
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:" %}{% next_button %}
{% endblock %}