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

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

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