{% 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 %}