{% extends "global/Page.html" %} {% load otree static %} {% load i18n %} {% load otree static otree_tools %} {% block title %} Decision {{ round }} {% endblock %} {% block content %} {% tracking_time %} {% tracking_focus %}

You have been matched with a members of your group X and a member of the other group Y by random. Please distribute a total of {{ Constants.endowment }} between them and yourself. Please note that with 50% probability, you will get what you offered to X and with the remaining 50% probability, you will get what you offered to Y.
{% for field in form %} {% if field.name == 'offer_2' %} {% formfield field label="How many of the 100 points do you wish to offer X" %} {% elif field.name == 'offer_3' %} {% formfield field label="How many of the 100 points do you wish to offer Y" %} {% else %} {% formfield field label="How many of the 100 points do you wish to keep yourself" %} {% endif %} {% endfor %}

{% next_button %} {% endblock %}