{% extends 'hidp/base_post_login.html' %} {% load i18n %} {% block title %}{% translate 'Link account' %}{% endblock %} {% block main %}
{% blocktranslate trimmed with provider.name as provider %} You are about to link your {{ provider }} account to your existing account. {% endblocktranslate %}
{% if user_email != provider_email %} {% blocktranslate trimmed with provider.name as provider %} This will allow you to use your {{ provider }} account ({{ provider_email }}) to sign in to your existing account ({{ user_email }}). {% endblocktranslate %} {% else %} {% blocktranslate trimmed with provider.name as provider %} This will allow you to use your {{ provider }} account to sign in to your existing account. {% endblocktranslate %} {% endif %}
{% translate 'Are you sure you want to do this?' %}
{% endblock %}