You have been matched with two other individuals; one from your own group and one from the other group.
In this round, you make three decisions. For each decision you have a certain amount of money. The sum of the amounts across the three decisions is 100 INR.
In each decision, your task is to decide how to divide the given amount between the two matched individuals.
The two individuals get the sum of the amount of money you choose to give them in each decision.
You get the average of the amount received by the other two.
Decision {{DecisionID}}: Your task is to divide 43 INR between the two individuals.
Please enter the amounts you want to give to the other two (amounts can be anything from 0 INR to 43 INR):
{% csrf_token %}
{% for field in form %}
{% cycle True True False as fillable_fields silent %}
{% if fillable_fields %}
{{ field.label_tag }}
{{ field }}
{% cycle True False as even_row silent %}
{% if even_row %}