first commit

This commit is contained in:
BRAMAS Arthur
2025-10-16 17:09:34 +02:00
parent 02765a025e
commit 00a7a1665b
6 changed files with 129 additions and 10 deletions

View File

@@ -11,6 +11,7 @@
<th>Id</th>
<th>Nom</th>
<th>Droit</th>
<th>Contributions</th>
<th>actions</th>
</tr>
</thead>
@@ -20,6 +21,7 @@
<td>{{ membre.id }}</td>
<td>{{ membre.nom }}</td>
<td>{{ membre.droit }}</td>
<td>{{ membre.contributions|length }}</td>
<td>
<a href="{{ path('app_membre_show', {'id': membre.id}) }}">show</a>
<a href="{{ path('app_membre_edit', {'id': membre.id}) }}">edit</a>