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

Consultation index

{% for consultation in consultations %} {% else %} {% endfor %}
Id DateHeure actions
{{ consultation.id }} {{ consultation.dateHeure ? consultation.dateHeure|date('Y-m-d H:i:s') : '' }} show edit
no records found
Create new {% endblock %}