{% extends 'adminlte_full/skeleton.html' %} {% block page_title %}{{ adminlte.gettext('Lockscreen') }}{% endblock %} {% block body_attributes %} class="hold-transition lockscreen"{% endblock %} {% block main %}
{% if adminlte_user.is_anonymous %}
{{ adminlte.gettext('Log in') }} {% if config.ADMINLTE_ALLOW_REGISTRATION %} {{ adminlte.gettext('Registration') }} {% endif %}
{% else %}
{{ adminlte_user.get_full_name() }}
User Image
{{ adminlte.gettext('Enter your password to retrieve your session') }}
{{ adminlte.gettext('Or sign in as a different user') }}
{% endif %}
{% endblock %}