You are matched with two participants; one from your own group and one from the other group.
There is an amount of 100 INR to be distributed amongst the two of them.
Your task is to decide how to divide this amount between the two.
The two individuals get the amount of money you choose to give them.
The amount you get will be decided by an even chance lottery (e.g., the toss of a fair coin is an even chance lottery.). With 50% chance you will get the amount you give to the member of your group and with 50% chance the amount you give to the member of the other group.
Please enter the amounts you want to give to the other two (amounts can be anything from 0 INR to 100 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 %}