|
|
@@ -34,10 +34,16 @@
|
|
|
@Html.DisplayNameFor(model => action_model.Nom)
|
|
|
</th>
|
|
|
<th>
|
|
|
- @Html.DisplayNameFor(model => action_model.Neutralise)
|
|
|
+ @Html.DisplayNameFor(model => action_model.Montant)
|
|
|
+ </th>
|
|
|
+ <th>
|
|
|
+ Nb.Collèges
|
|
|
</th>
|
|
|
<th>
|
|
|
- Collèges concernés
|
|
|
+ Nb.Elèves
|
|
|
+ </th>
|
|
|
+ <th>
|
|
|
+ @Html.DisplayNameFor(model => action_model.Neutralise)
|
|
|
</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
@@ -62,11 +68,17 @@
|
|
|
</noscript>
|
|
|
</td>
|
|
|
<td>
|
|
|
- @Html.DisplayFor(model => item.Neutralise)
|
|
|
+ @Html.DisplayFor(model => item.Montant)
|
|
|
</td>
|
|
|
<td>
|
|
|
@item.ActionsEduColleges.Count().ToString()
|
|
|
</td>
|
|
|
+ <td>
|
|
|
+ @Html.DisplayFor(model => item.totalEleves)
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ @Html.DisplayFor(model => item.Neutralise)
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
}
|
|
|
</tbody>
|