{% load staticfiles %} {% load authentic2 %} {% load i18n %} {% if 'nofc' not in request.GET %}
{% if not fc_user_info %}
{% else %}
{% trans "Create your account with FranceConnect" %}

{{ fc_user_info.given_name }} {{ fc_user_info.family_name }}{% if fc_user_info.email %}
{{ fc_user_info.email }}{% endif %}


{% endif %}
{% block fc-explanation %}

{% trans "What is FranceConnect?" %}

{% blocktrans %} FranceConnect is the solution proposed by the French state to streamline logging in online services. You can use to connect to your account. {% endblocktrans %}

{% endblock %}
{% endif %}