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

Ces index

{% for ce in ces %} {% else %} {% endfor %}
Id Oui Non CesMax actions
{{ ce.id }} {{ ce.oui ? 'Yes' : 'No' }} {{ ce.non ? 'Yes' : 'No' }} {{ ce.cesMax }} show edit
no records found
Create new {% endblock %}