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

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}} .

Then you chose {% if choice2_old == 10 %} Option A {% else %} Option B {% endif %}.

You decided to assign a total of {{cost_pun}} points for a cost of €{{cost_pun}}.

You received {{point_pun}} points for a reduction of €{{red_pun}}.

{% if red_pun == 6 %}

Since both the other members decided to assign you 1 point, you second choice has been changed in {% if choice2 == 10 %} Option A. {% else %} Option B. {% endif %}

{% elif red_pun != 6 %}

Your choice in the second phase was not affected by the decisions of others and it is {% if choice2 == 10 %} Option A {% else %} Option B {% endif %}{% endif %}

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}}.

{% if final_agree == 1 %}

With your second choice you earned €{{pay_2}} and, {% if burn == 1 %} since the donation was reduced, {% else %} since the donation was not reduced, {% endif %} you made a donation of €{{donation_2}}.

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

{% else %}

Your group has not reached a consensus, so you will receive only the payoff from the first decision (€{{pay_1}}) and from your correct guesses. The donation to the chairy is €{{donation_1}} and your final payment is of €{{finalpay}}

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