{% load i18n %} {% load analytics_extras %}
{% trans "All" %} {% for status_key, status_label in status_labels.items %} {% with count=list_stats|get_item:status_key %} {{ status_label }} {{ count|default:0 }} {% endwith %} {% endfor %}