{% extends "account/base.html" %} {% load i18n %} {% load account socialaccount %} {% load bootstrap_tags %} {% block head_title %}{% trans "Signup" %}{% endblock %} {% block content %}

{% trans "Sign Up" %}

{% blocktrans %}Already have an account? Then please sign in.{% endblocktrans %}

{% get_providers as socialaccount_providers %} {% if socialaccount_providers %}

{% blocktrans with site.name as site_name %}If you do not have a {{ site_name }} account but you have one of these third party accounts, you can create a {{ site_name }} account and sign-in in one step by clicking the third party account.{% endblocktrans %}

{% include "django_mailman3/login_extra_post_providers.html" %}
{% trans 'or' %}
{% endif %}
{% bootstrap_form_horizontal form 3 4 %} {% if redirect_field_value %} {% endif %}
{% endblock %}