{% 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?
{% next_button %}
{% endblock %}