{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Enter your information {% endblock %} {% block content %}
The delivery date is next week.
For each unit missing at the delivery date your payoff will be reduced by {{Constants.Cost_Underage|floatformat:2}} EUR.
Successful Production from today, up to the open demand, will not have to be stored. Storage will therefore cost {{Cost_H_Unit_current|floatformat:2}} EUR per unit.
Successful Production from today, above the open demand, will have to be recycled at a cost of {{Constants.Cost_Ovarage|floatformat:2}} EUR per unit.
The open demand is: {{ player.D1 |floatformat:2}}.
{% formfield player.Q1 with label="How much do you want to produce? " %} {% next_button %} {% endblock %}