{% extends 'base.html.twig' %} {% block title %}Festival index{% endblock %} {% block body %}
Id | Name | Date_start | Date_end | FraisInscription | FondDeCaisseAvant | FondDeCaisseApres | DateCreation | actions |
---|---|---|---|---|---|---|---|---|
{{ festival.id }} | {{ festival.name }} | {{ festival.dateStart ? festival.dateStart|date('Y-m-d') : '' }} | {{ festival.dateEnd ? festival.dateEnd|date('Y-m-d') : '' }} | {{ festival.fraisInscription }} | {{ festival.fondDeCaisseAvant }} | {{ festival.fondDeCaisseApres }} | {{ festival.dateCreation ? festival.dateCreation|date('Y-m-d') : '' }} | show edit Set as active |
no records found |