{% if _u.logged == 0 %} {% if login_form %}
{{ login_language_form }} {% if plugin_login_top is not null %}
{{ plugin_login_top }}
{% endif %} {{ login_failed }} {% set azure_plugin_enabled = 'azure_active_directory'|api_get_plugin_setting('enable') %} {% set azure_plugin_manage_login = 'azure_active_directory'|api_get_plugin_setting('manage_login_enable') %} {% if 'false' == azure_plugin_enabled or 'false' == azure_plugin_manage_login %} {{ login_form }} {% if "allow_lostpassword" | api_get_setting == 'true' or "allow_registration"|api_get_setting == 'true' %} {% endif %} {% endif %} {% if plugin_login_bottom is not null %}
{{ plugin_login_bottom }}
{% endif %}
{% endif %} {% endif %}