@using CD67.FicheCollege.MVC.Models @model ActionEduAxeViewModel @{ ViewBag.Title = Model.Acces.ToString(); Layout = "~/Views/Shared/_AdminLayout.cshtml"; ActionEduAxe axe = Model.Obj; } @if (Model.Acces == ModeAcces.Modification) {