@using CD67.FicheCollege.MVC.Models @model ActionEduAxeViewModel @{ ViewBag.Title = "Création"; Layout = "~/Views/Shared/_AdminLayout.cshtml"; ActionEduAxe axe = Model.Obj; } @using (Html.BeginForm()) { @Html.AntiForgeryToken()