{% extends 'base.html.twig' %} {% block title %}Festival index{% endblock %} {% block body %}
Id | Name | Date_start | Date_end | Bénéfice | ChiffreAffaire | 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') : '' }} | {% if festival.fraisInscription is null %} {{ festival.chiffreAffaire }} € {% else %} {{ festival.chiffreAffaire - festival.fraisInscription }} € {% endif %} | {{ festival.chiffreAffaire }} € | {{ festival.fondDeCaisseAvant | default('?') }} € | {{ festival.fondDeCaisseApres | default('?') }} € | {{ festival.dateCreation ? festival.dateCreation|date('Y-m-d') : '' }} | voir modifier | {{ festival.sellings|length }} | activer | |
no records found |