{% 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 %}{% endblock %} {# #} {% if VALI_CONFIG.font_awesome_url %} {% else %} {% endif %} {% block responsive %} {% if LANGUAGE_BIDI %}{% endif %} {% endblock %} {% block extrastyle %}{% endblock %} {% if LANGUAGE_BIDI %}{% endif %} {% block extrahead %}{% endblock %} {% block blockbots %}{% endblock %} {% load i18n %}
{% block branding %}Vali{% endblock %} {% block nav-global %}{% endblock %}
{% if not is_popup %} {% block appmenu %}

{% firstof user.get_short_name user.get_username %}

{{ user.email }}

{% endblock%} {% endif %}
{% if not is_popup %}
{% firstof opts.verbose_name_plural cl.opts.verbose_name_plural title %}
{% 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 %}