{% extends "users/layout.html" %} {% block users_title %}{{_("Login to your account")}}{% endblock %} {% block users_nav %}{{_("Create an account")}}{% endblock %} {% block users_content %} {% if is_oauth %}
{{_("After logging in, your account will be associated with the third party provider")}}
{% endif %} <{bs_form form=form action=url_for_same() class_="login-form" id="login-form" }> <{ bs_form_field form.identifier size="lg" }/> <{ bs_form_field form.password size="lg" }/>
<{ bs_form_field form.remember }/>
{% if app.extensions.frasco_users.options['allow_signup'] %} <{ bs_form_static_field }> {{ _("Password lost?") }} {% endif %}
<{ bs_btn _("Login") type="submit" style="primary" size="lg" onclick="trackLogin()" }/>
{% include "users/_external_auth.html" %} {% endblock %} {% block footer %} {{ super() }} {% if app.config['GOOGLE_ANALYTICS_ID'] %} {% endif %} {% if app.config['PLAUSIBLE_URL'] %} {% endif %} {% endblock %}