{% extends "templates/web.html" %} {% macro email_login_body() -%} {% if not disable_user_pass_login or (ldap_settings and ldap_settings.enabled) %}
{{ _('Show') }}

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

{% endif %}
{% if not disable_user_pass_login %} {% endif %} {% 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 _("InfluxFramework")) }}

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