{% load tags %} {% if request.user.is_authenticated and not request.GET.modal %} {% if dashboard.data.header.shadow %} {% endif %} {% if dashboard.data.header.logo %} {% endif %} {% if dashboard.data.header.title %} {{ dashboard.data.header.title }} {% endif %} {% if dashboard.data.header.text and not request|mobile %} {{ dashboard.data.header.text }} {% endif %} {% for action in dashboard.data.actions %} {{ action.icon|icontag }} {{ action.label }} {% endfor %} {% include "dashboard/search.html" %} {% include "dashboard/tools.html" %} {% include "dashboard/tasks.html" %} {% include "dashboard/plus.html" %} {% include "dashboard/apps.html" %} {% if request.user.is_authenticated %} {% include "dashboard/settings.html" %} {% endif %} {% endif %}