{% load i18n admin_static adminlte_options %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %}
{% get_adminlte_option 'welcome_sign' as adminlte_welcome_sign %} {% if adminlte_welcome_sign.valid %} {{ adminlte_welcome_sign.welcome_sign }} {% else %} {% trans 'Login and Enjoy' %} {% endif %}