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

{% trans "Create your account" %}

{% trans "Create your account to continue." %}

{% else %}

{% trans "Sign up" %}

{% trans "Already have an account?" %} {% with request.session.utm_querystring as utm_qs %} {% if utm_qs or redirect_field_value %} {% trans "Sign in" %} {% else %} {% trans "Sign in" %} {% endif %} {% endwith %}

{% endif %} {% if account_allow_social_signup and not auth_modal %} {% trans "Sign up" as social_action_text %} {% trans "or" as social_divider_text %} {% include "account/_social_auth_buttons.html" with providers=social_providers surface="signup" action_text=social_action_text show_password_divider=account_allow_password_signup divider_text=social_divider_text social_next_url=auth_popup_complete_url social_popup_mode=auth_modal %} {% endif %} {% if account_allow_password_signup %}
{% csrf_token %} {% if auth_modal and auth_email_locked %} {% endif %} {% if redirect_field_value %} {% endif %} {{ form.non_field_errors }} {% for field in form.visible_fields %} {% if field.name != 'turnstile' %}
{% if field.errors %}

{{ field.errors|striptags }}

{% endif %}
{% endif %} {% endfor %} {% if settings.TURNSTILE_ENABLED and form.turnstile %}
{{ form.turnstile }}
{% endif %} {% if settings.GOBII_PROPRIETARY_MODE %}

By creating an account, you agree to our Terms of Service and Privacy Policy.

{% endif %}
{% else %}

{% trans "Password signup is currently unavailable." %}

{% endif %}