{/* Name of catégorie doesn't matter when mode is coef, so don't bother with inconsistent name between storage & UI */}
- {getCSPTitle(catégorie) || `Niveau ou coefficient ${index + 1}`}
+ {mode === "csp"
+ ? new CSP(catégorie.nom as CSP.Enum).getLabel()
+ : `Niveau ou coefficient ${index + 1}`}
{mode !== "csp" && (