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

InfoCollective index

{% for info_collective in info_collectives %} {% else %} {% endfor %}
Id Date Heure_debut Heure_fin Adresse Ville CodePostal actions
{{ info_collective.id }} {{ info_collective.date ? info_collective.date|date('Y-m-d H:i:s') : '' }} {{ info_collective.heureDebut ? info_collective.heureDebut|date('Y-m-d H:i:s') : '' }} {{ info_collective.heureFin ? info_collective.heureFin|date('Y-m-d H:i:s') : '' }} {{ info_collective.adresse }} {{ info_collective.ville }} {{ info_collective.codePostal }} show edit
no records found
Create new {% endblock %}