{% extends "account/base.html" %} {% load i18n %} {% load account socialaccount %} {% load bootstrap_tags %} {% block head_title %}{% trans "Signup" %}{% endblock %} {% block content %}
{% 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 %}
{% endif %} {% endblock %}