{% load tags %} {% if cards %}
{% for item in cards %}
{{ item.icon|icontag }}

{{ item.count }}

{{ item.label }}

{% endfor %}
{% endif %}