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

Your role is Firm.

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

{% formfield group.firm_effort 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 %}