{% extends "global/Page.html" %} {% load otree static %} {% block content %} ID = {{label}} group = {{group}}

You chose {% if choice2 == 10 %} Option A. {% else %} Option B. {% endif %}

You can decide to assign 0 or 1 point to one of the other two members of the group , if you assign 1 point it will cost you €1 to reduce the earning from the second choice of that member by €3

{% if label == 1 %}

One member chose {% if c2 == 10 %} Option A {% else %} Option B {% endif %} {% formfield player.pun_1 label="YOUR CHOICE" %}

 

One member chose {% if c3 == 10 %} Option A {% else %} Option B {% endif %} {% formfield player.pun_2 label="YOUR CHOICE" %}

{% elif label == 2 %}

One member chose {% if c1 == 10 %} Option A {% else %} Option B {% endif %} {% formfield player.pun_1 label="YOUR CHOICE" %}

 

One member chose {% if c3 == 10 %} Option A {% else %} Option B {% endif %} {% formfield player.pun_2 label="YOUR CHOICE" %}

{% elif label == 3 %}

One member chose {% if c1 == 10 %} Option A {% else %} Option B {% endif %} {% formfield player.pun_1 label="YOUR CHOICE" %}

 

One member chose {% if c2 == 10 %} Option A {% else %} Option B {% endif %} {% formfield player.pun_2 label="YOUR CHOICE" %}

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}