{% extends "PilotTemplates/Login/login-layout.html" %}
{% import "PilotTemplates/macros/base.html" as m with context %}
{% import "PilotTemplates/macros/forms.html" as f with context %}
{% block login_content %}
{{ login_title | default('Login')}}
{% if "login_oauth_credentials" in __.pilot %}
{% endif %}
{% set enable_signup = False if "PILOT_USER_LOGIN_SIGNUP_ENABLE" not in __.pilot
else __.pilot["PILOT_USER_LOGIN_SIGNUP_ENABLE"] %}
{% if enable_signup %}
Signup
{% endif %}
Lost Password