@using CD67.FicheCollege.MVC.Models @model CollegeViewModel @{ ViewBag.Title = "Details"; Layout = "~/Views/Shared/_Layout.cshtml"; ActionCLAS contenu = Model.Contenu as ActionCLAS; }

@Model.College_Libelle

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