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

You produced {{player.Y4|floatformat:2}} units.

There are 3 periods left.

The open demand is {{player.D3|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 %}