{% if user.is_authenticated %} {% if this_employe %}
  • {{ this_employe }}
  • {% else %}
  • {{ user }}
  • {% endif %} {% if user_is_admin or user_in_dae_groupes or user_in_recrutement_groupes %}
  • Administration
  • {% endif %}
  • Déconnexion
  • {% else %}
  • Connexion
  • {% endif %}