{% extends "admin/base_site_gridpivot.html" %} {% load i18n %} {% block extrahead %}{{block.super}} {% if mode == "graph" and not args.0 %}{% endif %} {% endblock %} {% block contextmenus %}
{{_('locked starts')|capfirst}} | ' + (Math.round(d['locked_start']*10)/10) + ' |
{{_('total starts')|capfirst}} | ' + (Math.round(d['total_start']*10)/10) + ' |
{{_('locked ends')|capfirst}} | ' + (Math.round(d['locked_end']*10)/10) + ' |
{{_('total ends')|capfirst}} | ' + (Math.round(d['total_end']*10)/10) + ' |