{% extends 'base.html.twig' %} {% block title %}Festival index{% endblock %} {% block body %}
Id | Name | Date_start | Date_end | FraisInscription | FondDeCaisseAvant | FondDeCaisseApres | DateCreation | actions | Sellings | Set as active |
---|---|---|---|---|---|---|---|---|---|---|
{{ 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') : '' }} | voir modifier | {{ festival.sellings|length }} | activer |
no records found |