{% extends 'counts/_common.html' %} {% block counts %}
{% for icon, title, count in counts %} {% if forloop.first %}
{% else%}
{% endif %}

{{ title }}

{% endfor %}
{% endblock %}