{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Page title {% endblock %} {% block content %}
You produced {{player.Y2|floatformat:2}} units.
There is 1 period left.
The open demand is {{player.D1|floatformat:2}} units.
The holding cost of this periods production will add up to {{Cost_H_current|floatformat:2}} EUR.
The cost for overproduction in this period was {{Cost_O_current|floatformat:2}} EUR.
{% next_button %} {% endblock %}