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

Pente5 index

{% for pente5 in pente5s %} {% else %} {% endfor %}
Id Oui Non NeSaitPas actions
{{ pente5.id }} {{ pente5.oui ? 'Yes' : 'No' }} {{ pente5.non ? 'Yes' : 'No' }} {{ pente5.neSaitPas ? 'Yes' : 'No' }} show edit
no records found
Create new {% endblock %}