{% load socialaccount social_extras %} {% load account %} {% configured_social_auth_providers as social_providers %}
Sign in to continue.
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 %} {% else %}Password sign-in is currently unavailable.
{% endif %}