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

{{ item.label }}

{% endfor %}
{% endif %}