{% extends "admin/base_site_list.html" %} {% load i18n %} {% block extrahead %}{{ block.super }} {% endblock %} {% block contextmenus %} {% include "operationcontext.html" %} {% include "itemcontext.html" %} {% include "buffercontext.html" %} {% include "demandcontext.html" %} {% include "resourcecontext.html" %} {% endblock %} {% block tools %}
{% trans 'Time' %} {% trans 'Export' %}

{% trans 'Time buckets' %}


{% trans 'Bucket' %}
{% trans 'start date'|capfirst %}:
{% trans 'end date'|capfirst %}:
{% endblock %} {% block before_table %}

 

{% 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 %}

{% endblock %} {% block data %} {% for i in objectlist1 %} {{i.depth}} {% if i.hidden %}{{i.operation}}{% else %}{% superlink i.operation operation %}{% endif %} {% superlink i.buffer buffer %} {% superlink i.item item %} {% for j in i.resource %}{% superlink j resource %}
{% endfor %} {{i.startdate}} {{i.enddate}} {{i.quantity}} {{i.percent_used|floatformat:1}} {% endfor %} {% endblock %} {% block pagination %}

{{paginator_html}}  {{hits}} {% if reportclass.model %}{{ reportclass.model|verbose_name_plural }} {% endif %} {% endblock %}