{% extends "adminlte_full/skeleton_login.html" %} {% import "adminlte_full/macros/bootstrap4.html" as bootstrap %} {% block page_title %}{{ adminlte.gettext('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 %}{{ adminlte.gettext('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 %}{{ adminlte.gettext('Forgotten your password or username?') }}
{% endif %} {% if config.ADMINLTE_ALLOW_REGISTRATION %} {% endif %} {% endblock %}