{% 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 Person A in this part.

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

{% formfield group.buy_decision_buyer2 %}
If you decide to buy the product and this round is selected for payment, Person B will have to solve {{ harmed_sliders }} sliders.
{% next_button %} {% endblock %} {% block scripts %} {% endblock %}