{% extends "authentic2_auth_fc/base.html"%} {% load staticfiles authentic2 %} {% load i18n %} {% block content %}
{% blocktrans %} You're about to delete the link between your local account and your FranceConnect account : {{ fc_account }}. {% endblocktrans %}
{% blocktrans %} Delete this link won't delete those accounts. However, once all the links with FranceConnect are deleted, it's no more possible to use the FranceConnect to automatically login on this site. It is still possible to link those accounts once again by clicking on the button FranceConnect on the login page. {% endblocktrans %}
{% if no_password %}{% blocktrans %} Your local account has no password and remove this link may make this account inaccessible. Please provide a password to pursue the unlinking. {% endblocktrans %}
{% endif %} {% endblock %}