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