@using CD67.FicheCollege.MVC.Models @model ActionEduThematiqueIndexViewModel @{ ViewBag.Title = "Administration - Les Thématiques"; Layout = "~/Views/Shared/_AdminLayout.cshtml"; int maxOrdre = Model.Obj.Count() == 0 ? 0 : Model.Obj.Max(i => i.Ordre); int row = 1; }