{% 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}}
Sender 2 sent you: {{sent2}}
Sender 3 sent you: {{sent3}}
You kept an amount {{group.kept_amount}}.
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 %}How much would you like to send to sender 3
{% formfield group.send_back_amount3 label=prompt %}{% next_button %}
{% endblock %}