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

Planning index

{% for planning in plannings %} {% else %} {% endfor %}
Id DateJour Statut Commentaire actions
{{ planning.id }} {{ planning.dateJour ? planning.dateJour|date('Y-m-d') : '' }} {{ planning.statut }} {{ planning.commentaire }} show edit
no records found
Create new {% endblock %}