{% load i18n socialaccount social_extras %} {% configured_social_auth_providers as social_providers %}

{% trans "Log in or sign up" %}

{% trans "Enter your email to sign in or create an account." %}

{% if social_providers %} {% trans "Continue" as social_action_text %} {% include "account/_social_auth_buttons.html" with providers=social_providers surface="modal_start" action_text=social_action_text show_password_divider=False social_next_url=auth_popup_complete_url social_popup_mode=True %}
{% trans "or" %}
{% endif %}
{% csrf_token %} {% if redirect_field_value %} {% endif %} {% if email_start_form.non_field_errors %} {% endif %}
{% for error in email_start_form.email.errors %}

{{ error }}

{% endfor %}