{% extends "authentic2_auth_fc/base.html"%} {% load staticfiles authentic2 %} {% load i18n %} {% block content %}
{% blocktrans %} You're about to delete the link between your user 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 to your user account. It is still possible to link those accounts once again by using the button FranceConnect on the login page. {% endblocktrans %}
{% if no_password %}{% blocktrans %} Your user account has no password and remove this link may make this account inaccessible. To avoid this situation, please provide a password. {% endblocktrans %}
{% endif %} {% endblock %}