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

You started the round with {{ Constants.endowment }}
Below are the listed allocations from the senders for this round:
Sender 1 sent you: {{sent1}}
Sender 2 sent you: {{sent2}}
Sender 3 sent you: {{sent3}}
That means you have a total of {{tripled_amount}} to distribute

{% formfield group.kept_amount label=prompt %}

Remember that everything you don't keep you will redistribute to the senders on the next page.

{% next_button %}

{% endblock %}