{% load i18n %} {% load url from future %}

{% trans "Numbers" %}

{% trans "Total:" %} {{dashboard.total_number}}

{% if form %}
{% csrf_token %} {{form}}
{% endif %} {% comment %} {% for idx, lbl, values in dashboard.values %} {% for value in values %}{% endfor%} {% endfor%}
{{lbl}}{{value}}
{% endcomment %}
{% if dashboard.periods %}

{% trans "By years" %}

{% endif %} {% if dashboard.operation_average %}

{% trans "By operations" %}

{% endif %}

{% trans "Created last" %}

{% for item in dashboard.lasts %}{% endfor %}
{{lbl}}{% trans "Created" %}
{{item}} {{item.history_date}} {% if item.get_show_url %}{%trans "Show"%}{%endif%}

{% trans "Recent changes" %}

{% for item in dashboard.recents %}{% endfor %}
{{lbl}}{% trans "Modified" %}
{{item}} {{item.history_date}} {% if item.get_show_url %}{%trans "Show"%}{%endif%}