{% extends "templates/web.html" %} {% macro email_login_body() -%}
{{ _('Show') }}

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

{% if ldap_settings and ldap_settings.enabled %} {% endif %}
{% endmacro %} {% block head_include %} {{ include_style('login.bundle.css') }} {% endblock %} {% macro logo_section() %}

{{ _('Login to {0}').format(app_name or _("Frappe")) }}

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