{% extends "global/Page.html" %} {% load otree %} {% block title %} Your Choice {% endblock %} {% block content %}
Your role for the remainder of the game is the roll of distributor.
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.
You kept {{group.kept_amount}} from this pool.
This leaves you {{remainder_allocation}} to distribute to the senders in your group.
How much would you like to send to Sender 1
How much would you like to send to sender 2
{% formfield group.send_back_amount2 label=prompt %}{% next_button %}
{% endblock %}