{% extends "admin/base_site_table.html" %} {% load i18n %} {% block contextmenus %} {% include "operationcontext.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 operation %} {% superlink j.location location %} {{ crossheader }} {% endfor %}{% endblock %} {% block data %} {% for j in objectlist2 %} {% ifchanged j.operation %}{% if not forloop.first %}{% endif %} {% endifchanged %} {% if j.locked_start %}{{j.locked_start|floatformat:2}}{% else %}0.00{% endif %}
{% if j.total_start %}{{j.total_start|floatformat:2}}{% else %}0.00{% endif %}
{% if j.locked_end %}{{j.locked_end|floatformat:2}}{% else %}0.00{% endif %}
{% if j.total_end %}{{j.total_end|floatformat:2}}{% else %}0.00{% endif %} {% if forloop.last %}{% endif %}{% endfor %} {% endblock %} {% block pagination %}{% ifnotequal hits 1 %}{{ block.super }}{% endifnotequal %}{% endblock %}