{% extends "admin/base_site_table.html" %} {% load i18n %} {% block contextmenus %} {% include "buffercontext.html" %} {% include "itemcontext.html" %} {% include "locationcontext.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 buffer %} {% superlink j.item item %} {% if perms.input.change_location %}{% superlink j.location location %}{% else %}{{j.location}}{% endif %} {{ crossheader }} {% endfor %} {% endblock %} {% block data %} {% for j in objectlist2 %} {% ifchanged j.buffer %}{% if not forloop.first %}{% endif %}{% endifchanged %} {{j.startoh|floatformat:1}}
{% if j.produced %}{{j.produced|floatformat:1}}{% else %}0.0{% endif %}
{% if j.consumed %}{{j.consumed|floatformat:1}}{% else %}0.0{% endif %}
{% if j.consumed or j.produced %}{{j.endoh|floatformat:1}}{% else %}{{j.endoh|floatformat:1}}{% endif %} {% if forloop.last %}{% endif %}{% endfor %} {% endblock %} {% block pagination %}{% ifnotequal hits 1 %}{{ block.super }}{% endifnotequal %}{% endblock %}