{% extends "adminlte_full/skeleton_login.html" %} {% import "adminlte_full/macros/bootstrap4.html" as bootstrap %} {% block page_title %}{{ _('Login') }}{% endblock %} {% block messages %} {% if adminlte_user.is_authenticated %}
You are authenticated as {{ adminlte_user.get_full_name() }}, but are not authorized to access this page. Would you like to login to a different account?
{% else %}{{ _('Sign in to start your session') }}
{% endif %} {% endblock messages %} {% block page_content %} {% block form %} {% endblock form %} {% if config.ADMINLTE_ALLOW_SOCIAL_AUTH %} {% endif %} {% endblock page_content %} {% block custom_links %} {% if config.ADMINLTE_ALLOW_PASSWORD_RESET %} {% endif %} {% if config.ADMINLTE_ALLOW_REGISTRATION %} {% endif %} {% endblock %}