{% load helpers %} {% if counts %}
{% for model, count in counts %}
{{ model|meta:"verbose_name_plural"|bettertitle }}
{{ count }}
{% endfor %}
{% endif %}