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

The distributor in your group sent {{ altruism }} in the previous game to the receiver.
For this game you have an 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:" %}

{% next_button %}

{% endblock %}