{% 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}}, {{propsent1}}% of the total pool.
Sender 2 sent you {{sent2}}, {{propsent2}}% of the total pool.
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 %}