{% extends "admin/base_site_table.html" %} {% load i18n %} {% block extrahead %}{{ block.super }} {% endblock %} {% block contextmenus %} {% include "resourcecontext.html" %} {% include "locationcontext.html" %}
{% trans 'Detail' %} {% trans 'Pegging' %}
{% 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 resource %} {% if perms.input.change_location %}{% superlink j.location location %}{% else %}{{j.location}}{% endif %} {{ crossheader }} {% endfor %} {% endblock %} {% block data %} {% for j in objectlist2 %}{% if perms.input.change_resource and j.maximum_calendar_id %} {% ifchanged j.resource %}{% if not forloop.first %}{% endif %}
{% endifchanged %}
{{j.unavailable|floatformat:1}}
{{j.setup|floatformat:1}}
{% if j.load %}{{j.load|floatformat:2}}{% else %}{{0|floatformat:2}}{% endif %}
95 %} class="highutil"{% endif %}>{{j.utilization|floatformat:0}} {% if forloop.last %}{% endif %} {% else %} {% ifchanged j.resource %}{% if not forloop.first %}{% endif %}{% endifchanged %} {{j.available|floatformat:1}}
{{j.unavailable|floatformat:1}}
{{j.setup|floatformat:1}}
{% if j.load %}{{j.load|floatformat:2}}{% else %}{{0|floatformat:2}}{% endif %}
{{j.utilization|floatformat:0}} {% if forloop.last %}{% endif %} {% endif %}{% endfor %} {% endblock %} {% block pagination %}{% ifnotequal hits 1 %}{{ block.super }}{% endifnotequal %}{% endblock %}