{% extends "admin/base_site_gridpivot.html" %} {% load i18n %} {% block extrahead %}{{block.super}} {% if mode == "graph" and not args.0 %}{% endif %} {% endblock %} {% block contextmenus %} {% include "resourcecontext.html" %} {% include "locationcontext.html" %}
| {{_('available')|capfirst}} | ' + (Math.round(d['available']*10)/10) + ' |
| {{_('unavailable')|capfirst}} | ' + (Math.round(d['unavailable']*10)/10) + ' |
| {{_('setup')|capfirst}} | ' + (Math.round(d['setup']*10)/10) + ' |
| {{_('load')|capfirst}} | ' + (Math.round(d['load']*10)/10) + ' |