{% extends "admin/base_site_gridpivot.html" %} {% load i18n %} {% block extrahead %}{{block.super}} {% if mode == "graph" %}{% endif %} {% endblock %} {% block contextmenus %} {% include "buffercontext.html" %} {% include "itemcontext.html" %} {% include "locationcontext.html" %}
{{_('start inventory')|capfirst}} | ' + (Math.round(d['startinv']*10)/10) + ' |
{{_('produced')|capfirst}} | + ' + (Math.round(d['produced']*10)/10) + ' |
{{_('consumed')|capfirst}} | - ' + (Math.round(d['consumed']*10)/10) + ' |
{{_('end inventory')|capfirst}} | = ' + (Math.round((d['startinv']+d['produced']-d['consumed'])*10)/10) + ' |