This commit is contained in:
Tykayn 2025-02-14 14:25:23 +01:00 committed by tykayn
parent b373892ddc
commit c44ac9c522
25 changed files with 485 additions and 26 deletions

View file

@ -23,6 +23,22 @@
<th>Date_end</th>
<td>{{ festival.dateEnd ? festival.dateEnd|date('Y-m-d') : '' }}</td>
</tr>
<tr>
<th>FraisInscription</th>
<td>{{ festival.fraisInscription }}</td>
</tr>
<tr>
<th>FondDeCaisseAvant</th>
<td>{{ festival.fondDeCaisseAvant }}</td>
</tr>
<tr>
<th>FondDeCaisseApres</th>
<td>{{ festival.fondDeCaisseApres }}</td>
</tr>
<tr>
<th>DateCreation</th>
<td>{{ festival.dateCreation ? festival.dateCreation|date('Y-m-d') : '' }}</td>
</tr>
</tbody>
</table>