{% extends "account/signup.html" %} {% load i18n %} {% block form %}
{% endblock %} {% block help_text %}

{% 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}} but the connected emailaddress of this account is already in use on this platform. You can either login with this emailaddress and connect your account to {{provider_name}} or fill in the form underneath. {% endblocktrans %}

{% endblock %} {% block socialaccounts %} {% endblock %}