{% extends "base.html.twig" %} {% block title %} {{ parent() }} Liste des cadis {% endblock %} {% block content %}

Liste des cadis

{% for c in carts %} {% endfor %}
date de création statut Actions
{{ c.creationdate | date("d-m-y à H:i:s") }} {{ c.status }} Afficher le contenu
Ajouter un cadi personnel
{% endblock %}