{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Post Production {% endblock %} {% block content %}
You produced {{player.Y}} units.
The revenue from this weeks production is {{Revenue_current}}
The holding cost from this weeks production will add up to {{Holding_current}} .
The cost for overproduction from this week is {{Overage_current}} .
{% next_button %} {% endblock %}