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

Descriptions index

{% for description in descriptions %} {% else %} {% endfor %}
Id Titre Opption Contenu Jours actions
{{ description.id }} {{ description.titre }} {{ description.opption }} {{ description.contenu }} {{ description.jours }} show edit
no records found
Create new {% endblock %}