{% extends "../../authentic2/accounts.html" %}
{% block user-info %}
{% if user.is_authenticated %}
Déconnexion
{% if idp_account_url %}{% endif %}
{{user.first_name}} {{user.last_name}}{% if idp_account_url %}{% endif %}
{% else %}
{% if idp_registration_url %}
Connexion
Pas de compte ?Enregistrez-vous !
{% else %}
Connexion / Inscription
{% endif %}
{% endif %}
{% endblock %}