{% load i18n date_formating humanize %} {% load url from future %}
{% trans "Total:" %} {{dashboard.total_number|intcomma}}
{% trans 'Draw rectangle on the graph to zoom. Double-click to reinitialize.' %}
{% trans 'Right-click on this image to save it.' %}
{{lbl}} | {% for value in values reversed %}{% if forloop.parentloop.counter0 %}{% else %} | {%endif%}{{value|date_formating }}{% if forloop.parentloop.counter0 %}{% else %} | {%endif%}{% endfor%}
---|