{% extends 'administrator/index.html.twig' %} {% block title %}Rapport index{% endblock %} {% block conteneur %}

Dashboard

Liste de rapports

 Envoyer rapport
{% for rapport in rapports %} {% else %} {% endfor %}
Titre Enfant Parent Envoyé en Actions
{{ rapport.titre }} {{ rapport.enfant }} {{ rapport.parent }} {{ rapport.sendAt ? rapport.sendAt|date('Y-m-d H:i:s') : '' }} show edit
no records found
{% endblock %}