{% extends "admin/base_site_gridpivot.html" %} {% load i18n %} {% block extrahead %}{{block.super}} {% if mode == "graph" %}{% endif %} {% endblock %} {% block contextmenus %} {% include "itemcontext.html" %}
{{_('demand')|capfirst}} | ' + (Math.round(d['demand']*10)/10) + ' |
{{_('supply')|capfirst}} | ' + (Math.round(d['supply']*10)/10) + ' |
{{_('backlog')|capfirst}} | ' + (Math.round((d['backlog'])*10)/10) + ' |