{% extends "global/Page.html" %} {% load otree static %} {% block title %} Stage 2 - Firm Sets up the Price {% endblock %} {% block content %}

Your role is Firm.

In Stage 1, you invested effort {{group.firm_effort}}, Customer invested effort {{group.student_effort}}.

How much would you like to charge the customer for the product?

{% formfield group.firm_price label=""%} Please enter an amount from 0 to 120.

{% next_button %}

(Round {{group.round_number}})








In case you want to check some information, the instructions of experiment is shown below: {% include Constants.Task1_template %}

{% endblock %}