{% load i18n static admin_volt %} Hi, {{ request.user.first_name|default:request.user.username }} Sign Out {% trans 'Administrator' %} {% trans 'Dashboard' %} {% admin_get_menu as app_list %} {% if app_list %} {% for app in app_list %} {% if app.has_perms and not app.pinned %} {{ app.label|slice:18 }}{% if app.label|length > 18 %}..{% endif %} {% if app.models %} {% endif %} {% if app.models %} {% for model in app.models %} {% if model.url %} {{ model.label }} {% else %} {{ model.label }} {% endif %} {% endfor %} {% endif %} {% endif %} {% endfor %} {% endif %}