{% extends 'counts/_common.html' %} {% load counts_tags %} {% block counts %}
{% for icon, title, count in counts %}
{% with title|split:"|" as titles %}

{{ titles.0 }} {{ titles.1 }}

{% endwith %}
{% endfor %}
{% endblock %}