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

All the members of your group chose {% if choice2 == 10 %} Option A. {% else %} Option B. {% endif %}

With your first choice ({% if choice == 10 %} Option A {% else %} Option B {% endif %}) you earned €{{pay_1}} and, {% if burn == 1 %} since the donation was reduced, {% else %} since the donation was not reduced, {% endif %} you made a donation of €{{donation_1}}.

With your second choice ({% if choice2 == 10 %} Option A {% else %} Option B {% endif %}) you earned €{{pay_2}} and, {% if burn_2 == 1 %} since the donation was reduced, {% else %} since the donation was not reduced, {% endif %} you made a donation of €{{donation_2}}.

Your guess about others' choices was {% if pay_belief_q1 != 0 %} correct, {% else %} wrong, {% endif %} so you earned €{{pay_belief_q1}}.

Your guess about others' beliefs was {% if pay_belief_q2 != 0 %} correct, {% else %} wrong, {% endif %} so you earned €{{pay_belief_q2}}.

Your final payment is of €{{finalpay}} and your total donation is of €{{total_donation}}

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