Kaynağa Gözat

CHG Correction Index des actions

olivier.massot 7 yıl önce
ebeveyn
işleme
7d0a572d33

+ 15 - 3
CD67.FicheCollege.MVC/Views/ActionsEdu/Index.cshtml

@@ -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>