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