@using CD67.FicheCollege.MVC.Models @model ActionClasViewModel @{ ViewBag.Title = "Details"; Layout = "~/Views/Shared/_Layout.cshtml"; ActionCLAS actionClas = Model.Obj; }

Actions éducatives, sportives et culturelles
du @actionClas.College.Libelle

Actions CLAS @if (Model.Acces == ModeAcces.Lecture) {
@Html.ActionLink("Modifier", "Edit", "ActionsCLAS", new { Id = actionClas.College_Id }, new { @class = "btn btn-default" })
}
@Html.DisplayNameFor(model => actionClas.Action)
@Html.DisplayFor(model => actionClas.Action)
@Html.DisplayNameFor(model => actionClas.Commentaire)
@Html.DisplayFor(model => actionClas.Commentaire)