{% extends "account/login.html" %} {% load account socialaccount %} {% load crispy from crispy_forms_tags %} {% load trans blocktrans from i18n %} {% block head_title %} {% trans "Sign up" %} {% endblock head_title %} {% block content_title_text %} {% if USE_ORGANIZATIONS %} {% trans "Sign up for Read the Docs Business" %} {% else %} {% trans "Sign up for Read the Docs Community" %} {% endif %} {% endblock content_title_text %} {% block authentication_vcs %} {# Translators: this will read "Sign up using GitHub", where "sign up" is a verb #} {% blocktrans asvar text_log_in %}Sign up using{% endblocktrans %} {% include "socialaccount/snippets/provider_list.html" with process="login" verbiage=text_log_in %} {% endblock authentication_vcs %} {% block authentication_email %}

{% blocktrans trimmed %} Have an account? Log in instead. {% endblocktrans %}

{% csrf_token %} {{ form|crispy }} {% if redirect_field_value %} {% endif %}
{% endblock authentication_email %} {% block authentication_extra %}

{% blocktrans trimmed %} By signing up for an account, you agree to our Terms of Service and Privacy Policy. {% endblocktrans %}

{% endblock authentication_extra %}