{% load tags %} {% for item in dashboard.data.floating %} {{ item.icon|icontag }} {% endfor %} {% if referrer %} {% endif %} {% if request|mobile and dashboard.data.navigation|length > 1 %}
{% for item in dashboard.data.navigation %}
{{ item.icon|icontag }}

{{ item.label }}

{% endfor %}
{% endif %}