{% extends "global/Page.html" %} {% load otree %} {% block title %}
Your guess 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 B in this part.

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

{% formfield group.buy_belief_harmed2 %}


{% next_button %} {% endblock %}