{% load staticfiles authentic2 %} {% load i18n %} {% addtoblock "css" %}{% endaddtoblock %}

{% if user.fc_accounts.all %}

{% trans "Linked FranceConnect accounts" %}

    {% for fc_account in user.fc_accounts.all %}
  • {{ fc_account }}{% if unlink %} {% trans 'Delete link'%}{% endif %}

  • {% endfor %}
{% endif %}

{% trans "What is FranceConnect ?" %}