{% 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 {{player.role}} in this part.

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

{% if player.treatment == "Responsibility" %} {% formfield group.buy_belief_harmed label = "Do you believe at least one of the buyers is going to buy the product at this price?" %} {% else %} {% formfield group.buy_belief_harmed %} {% endif %}


{% next_button %} {% endblock %}