{% extends 'base.html.twig' %} {% block title %}InfoCollective{% endblock %} {% block body %}
Id | {{ info_collective.id }} |
---|---|
Date | {{ info_collective.date ? info_collective.date|date('Y-m-d') : '' }} |
Heure_debut | {{ info_collective.heureDebut ? info_collective.getHeureDebut()|date('H:i:s') : '' }} |
Heure_fin | {{ info_collective.heureFin ? info_collective.getHeureFin()|date('H:i:s') : '' }} |
Adresse | {{ info_collective.adresse }} |
Ville | {{ info_collective.ville }} |
CodePostal | {{ info_collective.codePostal }} |