<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@page import="org.springframework.security.core.Authentication"%> <%@page import="fr.geoffrey.medical_training_tracker.controller.IndexController"%> <%@ page isELIgnored="false" %> <% Authentication authentication = (Authentication) session.getAttribute(IndexController.SESSION_ATTRIBUTE_AUTHENTICATION); %>