{% extends "admin/base_site_table.html" %} {% load i18n %} {% block extrahead %}{{ block.super }} {% endblock %} {% block contextmenus %} {% include "itemcontext.html" %} {% include "forecastcontext.html" %} {% include "customercontext.html" %} {% endblock %} {% block before_table %} {% ifequal hits 1 %}

 

{% blocktrans %}frePPLe needs Adobe Flash Player to display graphs. If you're unable to see the chart here, it means that your browser does not seem to have the Flash Player installed.
You can downloaded it here for free.{% endblocktrans %}

{% endifequal %}{% endblock %} {% block frozendata %}{% for j in objectlist1 %} {% superlink j.name forecast %} {% superlink j.item item %} {% superlink j.customer customer %} {{ crossheader }} {% endfor %}{% endblock %} {% block data %} {% if perms.input.change_forecastdemand %} {% for j in objectlist2 %}{% ifchanged j.forecast %}{% if not forloop.first %}{% endif %}
{% endifchanged %}
{{j.orders|floatformat:1}}
{{j.net|floatformat:1}}
{% if j.planned %}{{j.planned|floatformat:1}}{% else %}0.0{% endif %} {% if forloop.last %}
{% endif %}{% endfor %} {% else %} {% for j in objectlist2 %}{% ifchanged j.forecast %}{% if not forloop.first %}{% endif %} {% endifchanged %} {{j.total|floatformat:0}}
{{j.orders|floatformat:1}}
{{j.net|floatformat:1}}
{% if j.planned %}{{j.planned|floatformat:1}}{% else %}0.0{% endif %} {% if forloop.last %}{% endif %}{% endfor %} {% endif %} {% endblock %} {% block pagination %}{% ifnotequal hits 1 %}{{ block.super }}{% endifnotequal %}{% endblock %}