{% load i18n %}

{% trans "Summary" %}

{% for model_name, object_count in model_count %}
{{ model_name|capfirst }}: {{ object_count }}
{% endfor %}