{% extends 'counts/_common.html' %} {% load counts_tags %} {% block counts %} {% for icon, title, count, link in counts %} {% with title|split:"|" as titles %} {{ titles.0 }} {{ titles.1 }} {% endwith %} {% if link %} Find out more » {% endif %} {% endfor %} {% endblock %}
{{ titles.0 }} {{ titles.1 }}