{% extends "global/Page.html" %} {% load otree static %} {% block title %} Stage 3 - Customer Purchase Decision {% endblock %} {% block content %}

Your role is Customer.

In Stage 1, Firm decided to charge {{group.firm_price}} for the product. In Stage 2, Firm invested effort {{group.firm_effort}}, you invested effort {{group.student_effort}}.

Would you like to buy the product?

{% formfield group.student_buy label=""%} Please choose whether you want to buy this product.

{% next_button %}

(Round {{group.round_number}})








Reminder of Instructions {% include Constants.Task1_template %}

{% endblock %}