{% load socialaccount social_extras %} {% load account %} {% configured_social_auth_providers as social_providers %}
{% if auth_modal %}
{% if auth_email_locked %} {% else %} {% endif %}

Welcome back

Sign in to continue.

{% else %}

Sign in

{% if account_allow_password_signup or account_allow_social_signup %}

Don't have an account yet? {% with request.session.utm_querystring as utm_qs %} {% if utm_qs or redirect_field_value %} Sign up here {% else %} Sign up here {% endif %} {% endwith %}

{% endif %} {% endif %} {% if not auth_modal %} {% if account_allow_social_login or account_allow_social_signup %} {% include "account/_social_auth_buttons.html" with providers=social_providers surface="login" action_text="Sign in" show_password_divider=account_allow_password_login divider_text="or" social_next_url=auth_popup_complete_url social_popup_mode=auth_modal %} {% endif %} {% endif %} {% if account_allow_password_login %}
{% csrf_token %} {% if auth_modal and auth_email_locked %} {% endif %} {% if redirect_field_value %} {% endif %} {% if form.non_field_errors %} {% endif %}
{% if form.login.errors %}
{% for error in form.login.errors %}

{{ error }}

{% endfor %}
{% endif %}
Forgot password?
{% if form.password.errors %}
{% for error in form.password.errors %}

{{ error }}

{% endfor %}
{% endif %}
{% if settings.TURNSTILE_ENABLED and form.turnstile %}
{{ form.turnstile }} {% if form.turnstile.errors %}
{% for error in form.turnstile.errors %}

{{ error }}

{% endfor %}
{% endif %}
{% endif %} {% if settings.GOBII_PROPRIETARY_MODE %}

By signing in, you agree to our Terms of Service and Privacy Policy.

{% endif %}
{% else %}

Password sign-in is currently unavailable.

{% endif %}