{% extends "bases/bootstrap-auth.html" %} {% load i18n %} {% load bootstrap3 %} {% load account socialaccount %} {% block head_title %}{% trans "Signup" %}BS{% endblock %} {% block inner-content %} {% get_providers as socialaccount_providers %}

{% trans "Sign Up" %}

{% if socialaccount_providers %}
{% include "allauth/account/provider_panel.html" with process="login" %}
{% endif %}

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

{% csrf_token %} {% bootstrap_form form %} {% if redirect_field_value %} {% endif %}
{% endblock %}