{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Page title {% endblock %} {% block content %}
You produced {{player.Y1|floatformat:2}} units.
There are no more periods left.
The open demand is {{player.D0|floatformat:2}} units.
The total holding cost is {{player.Cost_H|floatformat:2}} EUR
The total overage cost is {{player.Cost_O|floatformat:2}} EUR
The total underage cost is {{player.Cost_U|floatformat:2}} EUR
{% next_button %} {% endblock %}