{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Pre Production {% endblock %} {% block content %}
You have {{player.t}} more production attempt(s) before the delivery date.
You recieve a revenue of {{Revenue_unit}} for each unit delivered before the delivery date.
Successful Production from today, up to the open demand, will have to be stored in warehousing for {{StorageTime}} week(s). Storage will therefore cost {{Holding_unit}} per unit.
Successful Production from today, above the open demand, will have to be recycled at a cost of {{Overage_unit}} per unit.
The open demand is: {{ player.D}}.
{% formfield player.Q with label="How many units do you want to produce? " %} {% next_button %} {% endblock %}