@using CD67.FicheCollege.MVC.Models @model ActionEduThematiqueViewModel @{ ViewBag.Title = "Création"; Layout = "~/Views/Shared/_Layout.cshtml"; ActionEduThematique thematique = Model.Obj; } @using (Html.BeginForm()) { @Html.AntiForgeryToken()