{% extends "templates/web.html" %} {% block navbar %} {% if show_language_picker %} {{ super() }} {% endif %} {% endblock %} {% macro email_login_body() -%} {% if not disable_user_pass_login or (ldap_settings and ldap_settings.enabled) %}

{% if not disable_user_pass_login %}

{{ _("Forgot password?") }}

{% endif %}
{% endif %}
{% if not disable_user_pass_login %} {% endif %} {% if ldap_settings and ldap_settings.enabled %} {% endif %} {% if login_with_email_link %} {{ _("Login with Email Link") }} {% endif %} {% if social_login %}
{% endif %}
{% endmacro %} {% block head_include %} {{ include_style('login.bundle.css') }} {% endblock %} {% macro logo_section(title=null, subtitle=null) %}
{% if title %}

{{ _(title) }}

{% else %}

{{ _('Sign In') }}

{% endif %} {% if subtitle %}

{{ _(subtitle) }}

{% endif %}
{% endmacro %} {% block page_content %}
{%- if social_login -%}
{%- endif -%}
{% endblock %} {% block script %} {% endblock %} {% block sidebar %}{% endblock %}