{% extends "global/Page.html" %} {% load otree static %} {% block title %} Your Payment {% endblock %} {% block content %}
Round {{ displayed_paying_round }} of Part {% if paying_round <= Constants.num_rounds_BDM %} 1 {% elif paying_round < first_round_part3 %} 2 {% else %} 3 {% endif %} was selected for payment.
{% if paying_round <= Constants.num_rounds_BDM %}
In the selected round, you stated that you would be willing to pay {{ sliders_WTP | c }} to avoid solving {{ BDM_sliders }} sliders at the end of the experiment.
In this round, you were asked to state the maximum number of points you were willing to pay to avoid {{ BDM_sliders }} more sliders that you have to solve at the end of the experiment.
{% else %}
{% if player.role == 'Person A' %} In the selected round, you decided {% if buying_decision == 0 %}not{% endif %} to buy the product{% if paying_round >= first_round_part3 and buying_decision == 1 %} and to spend {{ compensation | c }} to reduce the number of sliders for {% if player.treatment == 'Harm' %}each{% endif %} Person B{% endif %}. {% elif player.role == 'Person A2' %} In the selected round, you decided {% if buying_decision_buyer2 == 0 %} not{% endif %} to buy the product{% if paying_round >= first_round_part3 and buying_decision_buyer2 == 1 %} and to spend {{ compensation_buyer2 | c }} to reduce the number of sliders for Person B{% endif %}. {% elif player.role == 'Person B' or player.role == 'Person B2' %} {% if player.treatment == 'Responsibility' %} {% if buying_decision == 0 and buying_decision_buyer2 == 0 %} The product was not bought in the selected round. {% else %} At least one of the Person As you were matched with in this round decided to buy the product. {% endif %} {% else %} The Person A you were matched with in this round decided {% if buying_decision == 0 %} not {% endif %} to buy the product. {% endif %} {% if paying_round >= first_round_part3 %} {% if player.treatment == 'Responsibility' %} {% if buying_decision == 1 or buying_decision_buyer2 == 1 %} In total {{ total_compensation | c }} were spent to reduce the number of sliders you have to solve. {% endif %} {% elif buying_decision == 1 %} Person A spent {{ compensation | c }} to reduce the number of sliders for you. {% endif %} {% endif %} {% endif %}
In the selected round, you could be a Person A or a Person B. Person A was a buyer who could buy a product which is worth {{ Constants.value }} to her for the price that is relevant in the respective round. Person B did not make a decision, but will be affected by Person A's decision. If {% if player.treatment == 'Responsibility' %} at least one {% endif %} Person A decided to buy the product, {% if player.treatment == 'Harm' %}each{% endif %} Person B will have to work on the slider task before getting her payment.
{% endif %} {% if paying_round <= Constants.num_rounds_BDM %} {% else %} {% endif %}
The random number X that was drawn was: {{ BDM_price }}
The price of the product in the selected round was: {{ buying_price }}
Your payoff in this round was: {{ final_payoff }}
Each point is worth: € {{ exchange_rate }}
Your final payment is therefore: € {{ rounded_euro_payoff }}
The number of sliders you have to solve to get your payment is: {{ final_sliders }} sliders
Before you click Next, {% if mode != "follow-up" %} please write down this Euro amount on the receipt that you find on your desk. {% else %} feel free to take a picture of your earnings with your mobile phone. {% endif %}

{% next_button %} {% endblock %}