{%- set footer_content = get_part('login page footer', get_part('global footer')) %} {%- set page_title = get_part('login page title', word('Sign in')) %} {%- set tab_title = get_part('login page tab title', word('Sign in')) %} {%- if extra_css is not defined %} {%- set extra_css = get_part('login page extra css') %} {%- endif %} {%- if extra_js is not defined %} {%- set extra_js = get_part('login page extra javascript') %} {%- endif %} {%- if navigation_bar_html is not defined %} {%- set navigation_bar_html = get_part('login page navigation bar html') %} {%- endif %} {%- extends 'flask_user/public_base.html' %} {%- block content %} {%- from "base_templates/form_macros.html" import render_field, render_checkbox_field, render_submit_field, myrender_hidden_field %}
{{ word('or') }}
{%- endif %} {%- endif %} {%- if config['USE_PHONE_LOGIN'] %} {%- endif %} {%- if config['USE_GOOGLE_LOGIN'] %} {%- endif %} {%- if config['USE_FACEBOOK_LOGIN'] %} {%- endif %} {%- if config['USE_TWITTER_LOGIN'] %} {%- endif %} {%- if config['USE_AUTH0_LOGIN'] %} {%- endif %} {%- if config['USE_KEYCLOAK_LOGIN'] %} {%- endif %} {%- if config['USE_AZURE_LOGIN'] %} {%- endif %}{{ get_part('login page post') }} {%- if False and config['USE_GOOGLE_LOGIN'] %} {%- endif %} {%- endblock %}