{% load i18n date_formating humanize table_form %}
{% trans "Total:" %} {{dashboard.total_number|intcomma}}
{% trans 'Draw rectangle on the graph to zoom. Double-click to reinitialize.' %}
{{lbl}} | {% for value in values reversed %}{% if forloop.parentloop.counter0 %}{% else %} | {%endif%}{{value|date_formating }}{% if forloop.parentloop.counter0 %}{% else %} | {%endif%}{% endfor%}
---|
{{lbl}} | {% trans "Created" %} | |
---|---|---|
{{item}} | {{item.history_date}} | {% if item.get_show_url %} {%endif%} |
{{lbl}} | {% trans "Modified" %} | |
---|---|---|
{{item}} | {{item.history_date}} | {% if item.get_show_url %} {%endif%} |