{% extends 'base.html.twig' %} {% block title %}Pente5 index{% endblock %} {% block body %}
| Id | Oui | Non | NeSaitPas | actions |
|---|---|---|---|---|
| {{ pente5.id }} | {{ pente5.oui ? 'Yes' : 'No' }} | {{ pente5.non ? 'Yes' : 'No' }} | {{ pente5.neSaitPas ? 'Yes' : 'No' }} | show edit |
| no records found | ||||