{% extends "socialaccount/base.html" %} {% load i18n %} {% block head_title %} {% trans "Sign Up" %} {% endblock %} {% block whitebox %}

{% trans "Sign Up" %}

{% blocktrans with provider_name=account.get_provider.name site_name=site.name %} You are about to use your {{provider_name}} account to login to {{site_name}}. As a final step, please complete the following form: {% endblocktrans %}

{% include "account/_render_form.html" %} {% translate "Sign up" as signup_text %} {% include "account/_button.html" with text=signup_text %}
{% endblock %}