{%- set footer_content = get_part('global footer') %} {%- set page_title = get_part('register page title', word('Register')) %} {%- set tab_title = get_part('register page tab title', word('Register')) %} {%- set extra_css = get_part('register page extra css') %} {%- set extra_js = get_part('register page extra javascript') %} {%- set navigation_bar_html = get_part('register page navigation bar html') %} {%- extends 'flask_user/public_base.html' %} {%- block content %} {%- from "base_templates/form_macros.html" import render_field, render_submit_field, render_select_field, myrender_hidden_field %}
{{ word("Already registered?") }} {{ word("Sign in.") }}
{%- else %}{{ word("Already registered?") }} {{ word("Sign in.") }}
{%- endif %} {%- endif %} {%- if config['USE_PASSWORD_LOGIN'] or ('admin' in request.args and request.args['admin'] == '1') %} {%- if config['USE_GOOGLE_LOGIN'] or config['USE_FACEBOOK_LOGIN'] or config['USE_TWITTER_LOGIN'] or config['USE_AUTH0_LOGIN'] or config['USE_AZURE_LOGIN'] or config['USE_PHONE_LOGIN'] %}{{ 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_AZURE_LOGIN'] %} {%- endif %}{{ get_part('register page post') }} {%- if False and config['USE_GOOGLE_LOGIN'] %} {%- endif %} {%- endblock %}