{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Production {% endblock %} {% block content %}

You are to decide first. How many units will you produce?

{% formfield player.quantity label='Number of units:' %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}