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