{% 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 much will you send to the distributor?

For this game you have and endowment of {{Constants.endowment}}.

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 %}