{% extends "allauth_ens/base.html" %} {% load i18n %} {% block title %}{% trans "Signup" %}{% endblock %} {% block header-title %}{% trans "Signup" %}{% endblock %} {% block content %}

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

{% include "allauth_ens/block-form.html" with form=form %} {% if redirect_field_value %} {% endif %}
{% endblock %}