{% load backoffice %}
{% for label, value in statistics.items %}
{{ value | statistics_value }}
{{ label }}
{% if value.help_text %}
{{ value.help_text }}
{% endif %}
{% endfor %}