{% extends "socialaccount/base_entrance.html" %} {% load i18n %} {% block title %} {% trans "Sign Up" %} {% endblock title %} {% block content %} {# djlint:off #}

{% trans "Complete sign up" %}

{% blocktrans with provider_name=account.get_provider.name site_name=site.name %} You are about to use your {{ provider_name }} account to sign in to {{ site_name }}. Please complete the form below. {% endblocktrans %}

{% if form.non_field_errors %} {{ form.non_field_errors }} {% endif %} {{ redirect_field }}
{# djlint:on #} {% endblock content %}