{% extends "global/Page.html" %} {% load otree static %} {% block title %}
Your purchasing decision Part{% if subsession.round_number < first_round_part3 %} 2 {% else %} 3 {% endif %}- Round {{ displayed_round_number }}
{% endblock %} {% block content %} {% include 'compensation_beliefs/InstructionsBase.html' %}

Your role is {{player.role}} in this part.

The price of the product in this round is {{ player.price }}.

{% formfield group.buy_decision %}
{% if player.treatment == 'Risk' %}
If you decide to buy the product and this round is selected for payment, Person B will have to solve {{ harmed_sliders }} sliders.
{% else %}
If you decide to buy the product and this round is selected for payment, {% if player.treatment == "Harm" %}two{% endif %} Person B{% if player.treatment == "Harm" %}s{% endif %} will have to solve {{ harmed_sliders }} sliders{% if player.treatment == "Harm" %} each{% endif %}.
{% endif %}
{% next_button %} {% endblock %} {% block scripts %} {% endblock %}