{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% if Constants.one_page %} {% if list_ordering == 'xy' %} {% else %} {% endif %} {% endif %} {% endblock %} {# ****************************************************************************************************************** #} {# *** SCRIPTS *** #} {# ****************************************************************************************************************** #} {% block scripts %} {% if Constants.enforce_consistency %} {% endif %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}

Allocation between you and another participant

Please make your decision in the following problems.

Once you click on an option for a row, choices for other rows indicated by your choice will be filled automatically (this will save you time).

{# ----------------------------------------------------------------------------------------------------------- #} {# --- x-List --- #} {# ----------------------------------------------------------------------------------------------------------- #} {% if show_x %}
{% for field, xy_a, xy_i, e_a, e_i in x_list %} {% endfor %}
{% trans "Option 'Left'" %} {% trans "Option 'Right'" %}
{% trans "Your Payoff" %} {% trans "Other's Payoff" %} {% trans "Your Payoff" %} {% trans "Other's Payoff" %}
{{ xy_a|c }} {{ xy_i|c }} {{ e_a|c }} {{ e_i|c }}
{% endif %} {# ----------------------------------------------------------------------------------------------------------- #} {# --- y-List --- #} {# ----------------------------------------------------------------------------------------------------------- #} {% if show_y %}
{% for field, xy_a, xy_i, e_a, e_i in y_list %} {% endfor %}
{% trans "Option 'Left'" %} {% trans "Option 'Right'" %}
{% trans "Your Payoff" %} {% trans "Other's Payoff" %} {% trans "Your Payoff" %} {% trans "Other's Payoff" %}
{{ xy_a|c }} {{ xy_i|c }} {{ e_a|c }} {{ e_i|c }}
{% endif %} {% next_button %} {% endblock %}