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

{{ item.count }}

{{ item.label }}

{% endfor %}