{% 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 two members of your group, X and Y, by random. Please distribute a total of {{ Constants.endowment }} between them.
{% 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 %}