{% extends 'base.html.twig' %} {% block title %}Festival index{% endblock %} {% block body %}

Festival index

{% for festival in festivals %} {% else %} {% endfor %}
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
no records found
Create new {% endblock %}