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

InfoCollective

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 }}
back to list edit {{ include('info_collective/_delete_form.html.twig') }} {% endblock %}