{% extends "account/base.html" %} {% load i18n %} {% load bootstrap_tags %} {% load account socialaccount %} {% block title %}{% trans "Sign up" %}{% endblock %} {% block body_outer %}
{% blocktrans with site.name as site_name %}Sign up with one of your existing third party accounts{% endblocktrans %}
{% include "socialaccount/snippets/provider_list.html" with process="signup" %} {% include "socialaccount/snippets/login_extra.html" %}{% trans "Create a new local account" %}