{% load i18n %}{% load static %}
{% trans "Agents" %}
{% for item in agent_count_qs %}
{{ item.name }}{{ item.count }}
{% endfor %}