{% import "adminsite/_icons.html" as icons %} {% if data %}
{% for item in data %} {{ item.label }}{{ icons.icon("arrow-up-right") }} {{ "{:,}".format(item.count) }} {% if item.group %}{{ item.group }}{% endif %} {% endfor %}
{% else %}

{{ _('No models are registered yet.') }}

{% endif %}