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

{{ item.label }}

{% endfor %}