{% extends "global/Page.html" %} {% load otree static %} {% block title %} Stage 2 - Customer's Effort {% endblock %} {% block content %}

Your role is Customer.

In Stage 1, Firm set up the price as {{group.firm_price}}.

How much effort would you like to invest in developing the product?

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

{% next_button %}

(Round {{group.round_number}})








Reminder of Instructions {% include Constants.Task1_template %}

{% endblock %}