@using CD67.FicheCollege.MVC.Models @model AnneeViewModel @{ ViewBag.Title = "Liste"; Layout = "~/Views/Shared/_Layout.cshtml"; ActionEdu action_model = new ActionEdu(); int maxOrdre = Model.Obj.ActionsEdu.Count() == 0 ? 0 : Model.Obj.ActionsEdu.Max(i => i.Ordre); int row = 1; }