{% load i18n date_formating %} {% load url from future %}
{% trans "Total:" %} {{dashboard.total_number}}
{% 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%}
|---|
| {{lbl}} | {% trans "Created" %} | |
|---|---|---|
| {{item}} | {{item.history_date}} | {% if item.get_show_url %}{%trans "Show"%}{%endif%} |
| {{lbl}} | {% trans "Modified" %} | |
|---|---|---|
| {{item}} | {{item.history_date}} | {% if item.get_show_url %}{%trans "Show"%}{%endif%} |