{% block counts %}
{% for icon, title, count, _ in counts %} {% if forloop.first %}
{% else%}
{% endif %}

{{ title }}

{% endfor %}
{% endblock %}