|
|
@@ -222,22 +222,21 @@
|
|
|
<table class="table datatable">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th>Numéro</th>
|
|
|
- <th>Nom</th>
|
|
|
- <th>Nb.Elèves</th>
|
|
|
<th>Axe</th>
|
|
|
- <th>Thematique</th>
|
|
|
+ <th>Action</th>
|
|
|
+ <th>Nb.Elèves</th>
|
|
|
+ <th>Commentaire</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
+
|
|
|
@foreach (ActionEduCollege item in college.ActionsEduColleges)
|
|
|
{
|
|
|
<tr>
|
|
|
- <td>@Html.DisplayFor(model => item.ActionEdu.Numero)</td>
|
|
|
+ <td>@Html.DisplayFor(model => item.ActionEdu.ActionEduThematique.ActionEduAxe.Nom)</td>
|
|
|
<td>@Html.DisplayFor(model => item.ActionEdu.Nom)</td>
|
|
|
<td>@Html.DisplayFor(model => item.NbEleves)</td>
|
|
|
- <td>@Html.DisplayFor(model => item.ActionEdu.ActionEduThematique.ActionEduAxe.Nom)</td>
|
|
|
- <td>@Html.DisplayFor(model => item.ActionEdu.ActionEduThematique.Nom)</td>
|
|
|
+ <td>@Html.DisplayFor(model => item.Commentaire)</td>
|
|
|
</tr>
|
|
|
}
|
|
|
</tbody>
|