{% load i18n static %} {% load vali_tags %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {% vali_config as VALI_CONFIG %} {% block title %} {% trans 'Bootstrap Django Admin' %} {% endblock %} {% block responsive %} {% if LANGUAGE_BIDI %} {% endif %} {% endblock %} {% block extrastyle %}{% endblock %} {% if LANGUAGE_BIDI %} {% endif %} {% block extrahead %}{% endblock %} {% block blockbots %} {% endblock %} {% load i18n %}
{% block branding %}{% trans 'Django Administration' %}{% endblock %} {% block nav-global %}{% endblock %}
{% if not is_popup %} {% block appmenu %} {% if user.is_authenticated %}
{% if VALI_CONFIG.dashboard.url_image_profile %} {% trans 'User Image' %} {% else %} {% endif %}

{% firstof user.get_short_name user.get_username %}

{% firstof user.designation user.email %}

{% endif %} {% endblock %} {% endif %}
{% if not is_popup %}
{% url 'admin:index' as adminurl %} {% if request.path == VALI_CONFIG.dashboard.url %} {{ VALI_CONFIG.dashboard.name }}

{{ VALI_CONFIG.dashboard.subtitle }}

{% elif request.path == adminurl %} Site administration

Here you can view all log entries.

{% else %} {% firstof title opts.verbose_name_plural cl.opts.verbose_name_plural %} {% endif %}
{% block breadcrumbs %} {% endblock %}
{% block object-tools %}{% endblock %}
{% endif %} {% block messages %}
{% if messages %} {% for message in messages %} {{ message|capfirst }}
{% endfor %} {% endif %}
{% endblock messages %}
{% block pretitle %}{% endblock %} {% block content_title %}{% endblock %} {% block content %} {{ content }} {% endblock %} {% block sidebar %}{% endblock %}
{% block footer %} {% endblock %} {% block extrafoot %}{% endblock %} {% block loadcharts %}{% endblock %}